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
Static generic function dispatch for Common Lisp
A shortcut macro to write DEFCLASS forms quickly
Principalele funcționalități ale lisp-maintainers/defclass-std sunt: CLOS Extensions, Object System Extensions.
Alternativele open-source pentru lisp-maintainers/defclass-std includ: alex-gutev/static-dispatch — Static generic function dispatch for Common Lisp. 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. 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.