Re: Recursion
- Posted by Jason Gade <jaygade at ya?oo.co?> Jul 22, 2007
- 529 views
Here's another article on recursion (that I haven't read yet). It's pretty long and probably a bit advanced. http://www-128.ibm.com/developerworks/linux/library/l-recurs.html It covers C and Scheme (which, as a dialog of Lisp, I don't really grok) and some assembly. -- "Any programming problem can be solved by adding a level of indirection." --anonymous "Any performance problem can be solved by removing a level of indirection." --M. Haertel "Premature optimization is the root of all evil in programming." --C.A.R. Hoare j.