filtered-functions in CodyReichert/awesome-cl

Filtered functions provide an extension of CLOS 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.

updated at March 6, 2024, 9:48 a.m.

Common Lisp

6 +0

43 +0

1 +0

GitHub
closer-mop in CodyReichert/awesome-cl

Closer to MOP is a compatibility layer that rectifies many of the absent or incorrect CLOS MOP features across a broad range of Common Lisp implementations.

updated at May 12, 2024, 5:27 p.m.

Common Lisp

14 +0

146 +1

19 +0

GitHub