Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Improve documentation for MATCHING-DEFUN, add the macros MATCHING-LABELS and ...HEADmaster | Matthias Benkard | 2007-09-05 | 3 | -61/+250 |
* | Add MATCHING-DEFUN, a convenience wrapper around DEFUN and UNIFY:MATCH-CASE. | Matthias Benkard | 2007-09-05 | 4 | -7/+171 |
* | Add the currying macro FN*. | Matthias Benkard | 2007-07-12 | 3 | -37/+61 |
* | Unit tests: stylistic improvements. | Matthias Benkard | 2007-07-12 | 1 | -9/+9 |
* | Fix COLLECT-LAMBDA-ARGS. | Matthias Benkard | 2007-07-12 | 3 | -38/+29 |
* | Refactoring. | Matthias Benkard | 2007-07-12 | 1 | -38/+45 |
* | Add unit tests. | Matthias Benkard | 2007-07-12 | 2 | -0/+70 |
* | Change the FN syntax from (FN FUNCTION-NAME ...) to (FN FUNCTION ...). | Matthias Benkard | 2007-07-12 | 2 | -23/+36 |
* | A nicer way of writing LAMBDA forms. | Matthias Benkard | 2007-06-28 | 2 | -0/+176 |