0%

Words starting with recursivema

Unfortunately we didn’t found any matching words.
Maybe these words will be useful:
  • recursive — recursion
  • recursive definition — a definition consisting of a set of rules such that by repeated application of the rules the meaning of the definiendum is uniquely determined in terms of ideas that are already familiar.
  • recursive function — a function defined in terms of the repeated application of a number of simpler functions to their own values, by specifying a base clause and a recursion formula
  • recursive subroutine — a subroutine that can call itself as part of its execution
  • recursively — pertaining to or using a rule or procedure that can be applied repeatedly.
  • recursiveness — pertaining to or using a rule or procedure that can be applied repeatedly.
  • recursive functional algorithmic language — (language)   (REFAL) A language developed by V.F. Turchin (later at CUNY?) in Moscow in about 1972. See also supercompilation.
  • recursive macro actuated generator — (tool)   (RMAG) Robert A. Magnuson, NIH ca 1970. A stand-alone macroprocessor for IBM 360/370 under VS or OS. Many built-in features and a library of several hundred macros. Several large systems were written in RMAG to generate source code for languages such as IBM JCL, IBM assembly language, COBOL. There was also a system (SLANG: Structured LANGuage compiler) which would generate 370 assembly language from a pseudo-structured-programming language, based on Michael Kessler's structure programming macros developed at IBM.
  • recursive acronym — (convention)   A hackish (and especially MIT) tradition is to choose acronyms and abbreviations that refer humorously to themselves or to other acronyms or abbreviations. The classic examples were two MIT editors called EINE ("EINE Is Not Emacs") and ZWEI ("ZWEI Was EINE Initially"). More recently, there is a Scheme compiler called LIAR (Liar Imitates Apply Recursively), and GNU stands for "GNU's Not Unix!" - and a company with the name CYGNUS, which expands to "Cygnus, Your GNU Support". See also mung.
  • recursive descent parser — (grammar)   A "top-down" parser built from a set of mutually-recursive procedures or a non-recursive equivalent where each such procedure usually implements one of the productions of the grammar. Thus the structure of the resulting program closely mirrors that of the grammar it recognises.