| | 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.8
- Embeddable Common Lisp 12.2.1
- LispWorks 6.0.1, Personal Edition
- LispWorks 6.1, Professional Edition
- Steel Bank Common Lisp 1.0.57
All tests have been performed on Mac OS X 10.7.3. |
|