Bringing the speed of Static Dispatch to CLOS. Succeeded by https://github.com/marcoheisig/fast-generic-functions
A shortcut macro to write DEFCLASS forms quickly
Static generic function dispatch for Common Lisp
A function type to dispatch on types instead of classes with partial support for dispatching on optional and keyword argument types.
Principalele funcționalități ale digikar99/polymorphic-functions sunt: CLOS Extensions, Object System Extensions.
Alternativele open-source pentru digikar99/polymorphic-functions includ: alex-gutev/static-dispatch — Static generic function dispatch for Common Lisp. atlas-engineer/nclasses — A `define-class` macro for less boilerplate. guicho271828/inlined-generic-function — Bringing the speed of Static Dispatch to CLOS. Succeeded by https://github.com/marcoheisig/fast-generic-functions. lisp-maintainers/defclass-std — A shortcut macro to write DEFCLASS forms quickly. marcoheisig/fast-generic-functions — Seal your generic functions for an extra boost in performance. markcox80/specialization-store — A different type of generic function for common lisp.