| | 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 & 9.0 Express Editions
- CLisp 2.49
- Clozure Common Lisp 1.9
- Embeddable Common Lisp 12.12.1
- LispWorks 6.0.1, Personal Edition
- LispWorks 6.1, 6.1.1, Professional Edition
- Steel Bank Common Lisp 1.1.7
All tests have been performed on Mac OS X 10.8.2. |
|