summaryrefslogtreecommitdiffstats
path: root/tail-recursion.lisp
Commit message (Expand)AuthorAgeFilesLines
* Spelling error.Kaz Kylheku2015-06-091-1/+1
* DEFTAIL: Trivial code improvement.Kaz Kylheku2014-08-101-2/+5
* Nuke trailing spaces; convert tabs to spaces.Kaz Kylheku2014-08-101-54/+49
* TAILPROG: renamed to TLET, loses the variable bindings parameter.Kaz Kylheku2013-11-141-12/+15
* 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