[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Tail Recursion



There was a function in the old LISP 1.5 compiler called PROGITER which did
tail recursion removal in most cases. I guess that this dates back to the 
early sixties. However, Risch's paper is the most complete account of general
LISP recursion removal that I have seen.
-------