summaryrefslogtreecommitdiff
path: root/util.lisp
Commit message (Expand)AuthorAgeFilesLines
* Make the interpreter capable of a restricted form of minimal compilation.Matthias Andreas Benkard2008-07-261-1/+1
* Add a prototype of DESTRUCTURING-BIND.Matthias Andreas Benkard2008-07-261-0/+3
* Add APPEND and REVERSE.Matthias Andreas Benkard2008-07-261-26/+49
* Reader: Support quasiquotation.Matthias Andreas Benkard2008-07-261-0/+37
* Add AND, CASE, %DEFUN*, %MEMBER, and OR.Matthias Andreas Benkard2008-07-261-8/+55
* Add macro %DEFMACRO*, a simple wrapper around %DEFMACRO.Matthias Andreas Benkard2008-07-261-0/+85
* Add macro %DEFUN.Matthias Andreas Benkard2008-07-051-0/+4