summaryrefslogtreecommitdiffstats
path: root/tail-recursion.lisp
Commit message (Expand)AuthorAgeFilesLines
* TAILPROG: bugfix in handling code blocks with more than oneKaz Kylheku2013-11-141-1/+1
* DEFTAIL: bugfix when function directly recurses. The return-from in theKaz Kylheku2013-11-131-10/+12
* DEFTAIL: a deftail function should know about itself; it is nonsensicalKaz Kylheku2013-11-131-1/+6
* Adding tail recursion utils.Kaz Kylheku2012-01-181-0/+274