summaryrefslogtreecommitdiff
path: root/init.lisp
Commit message (Collapse)AuthorAgeFilesLines
* Add SUBTYPEP, TYPE-OF, and TYPEP.Matthias Andreas Benkard2008-07-301-0/+1
|
* Add ASSOC{-IF{-NOT}}, COMPLEMENT, CONSTANTLY, COPY-TREE, IDENTITY, ↵Matthias Andreas Benkard2008-07-271-0/+2
| | | | RASSOC{-IF{-NOT}}, and {N}SUBLIS.
* Use DEFUN in order to redefine functions used to implement DEFUN after it ↵Matthias Andreas Benkard2008-07-271-0/+3
| | | | has been defined itself.
* Add a prototype of DESTRUCTURING-BIND.Matthias Andreas Benkard2008-07-261-0/+1
|
* Add macro %DEFMACRO*, a simple wrapper around %DEFMACRO.Matthias Andreas Benkard2008-07-261-1/+0
|
* Add IN-PACKAGE directives to init.lisp.Matthias Andreas Benkard2008-07-061-0/+2
|
* Add functions FIRST ... TENTH.Matthias Andreas Benkard2008-07-051-0/+1
|
* Add macro %DEFUN.Matthias Andreas Benkard2008-07-051-0/+1
|
* Implement COND, LET*, and LIST*.Matthias Andreas Benkard2008-07-031-0/+1