summaryrefslogtreecommitdiff
path: root/lambda.lisp
Commit message (Expand)AuthorAgeFilesLines
* Add MATCHING-DEFUN, a convenience wrapper around DEFUN and UNIFY:MATCH-CASE.Matthias Benkard2007-09-051-4/+1
* Add the currying macro FN*.Matthias Benkard2007-07-121-34/+56
* Fix COLLECT-LAMBDA-ARGS.Matthias Benkard2007-07-121-34/+22
* Refactoring.Matthias Benkard2007-07-121-38/+45
* Change the FN syntax from (FN FUNCTION-NAME ...) to (FN FUNCTION ...).Matthias Benkard2007-07-121-22/+35
* A nicer way of writing LAMBDA forms.Matthias Benkard2007-06-281-0/+168