Static generic function dispatch for Common Lisp
The main features of alex-gutev/static-dispatch are: CLOS Extensions, Object System Extensions.
Open-source alternatives to alex-gutev/static-dispatch include: atlas-engineer/nclasses — A `define-class` macro for less boilerplate. digikar99/polymorphic-functions — A function type to dispatch on types instead of classes with partial support for dispatching on optional and keyword… 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.
A function type to dispatch on types instead of classes with partial support for dispatching on optional and keyword argument types.
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