Changes

Jump to navigation Jump to search
492 bytes added ,  14:18, February 26, 2013
no edit summary
Line 4: Line 4:  
#the combination of two WFF's with a binary operator
 
#the combination of two WFF's with a binary operator
   −
The LISP programming language uses a recursive data structure.
+
The LISP programming language uses a recursive data structure. Most programming languages permit recursion by allowing the programmer call a function within itself. Some have no syntax for making looping code other than by recursion.
    
A fascination with recursive definitions in the software development community ([[free software]] in particular) led to the invention of several recursive acronyms:
 
A fascination with recursive definitions in the software development community ([[free software]] in particular) led to the invention of several recursive acronyms:
Line 10: Line 10:  
*[[GNU]] (GNU's Not Unix)
 
*[[GNU]] (GNU's Not Unix)
 
*[[WINE]] (Wine Is Not an Emulator)
 
*[[WINE]] (Wine Is Not an Emulator)
 +
*YAML (YAML Ain't Markup Language)
 +
    
==See also==
 
==See also==
    
*[[Fractal]]
 
*[[Fractal]]
 +
*[[Recursiveness|Recursion]]
 
[[category:logic]]
 
[[category:logic]]
 +
 +
==External links==
 +
[http://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-00sc-introduction-to-computer-science-and-programming-spring-2011/unit-1/lecture-6-recursion/ Unit on recursion in free online computer science course from MIT.]
SkipCaptcha, Automoderated users, edit
446

edits

Navigation menu