| | Filtered functions provide an extension of generic function invocation that add a simple preprocessing step before the actual method dispatch is performed and thus enable the use of arbitrary predicates for selecting and applying methods. See Filtered Dispatch for a paper that introduces and explains filtered functions in detail.The current version number is 0.1, which marks the initial release of this library.
Currently, the following Common Lisp implementations are supported:
- Allegro Common Lisp 8.2 Express Edition.
- CLisp 2.49
- Clozure Common Lisp 1.7
- Embeddable Common Lisp 11.1.1
- LispWorks 6.0.1, Personal Edition
- Steel Bank Common Lisp 1.0.55
All tests have been performed on Mac OS X 10.7.2. |
|