compatible-metaclasses

Unlicense

Validates superclasses according to a simple substitution model, thereby greatly simplifying the definition of class mixins.

$ area51 add compatible-metaclassesCopy

Usage

;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(compatible-metaclasses:some-function ...)