sbcl-hu.dwim.defclass-star 2015-07-09 Simplify definitions with defclass* and friends in Common Lisp

defclass-star provides defclass* and defcondition* to simplify class and condition declarations. Features include:

  • Automatically export all or select slots at compile time.

  • Define the :initarg and :accesor automatically.

  • Specify a name transformer for both the :initarg and :accessor, etc.

  • Specify the :initform as second slot value.

See https://common-lisp.net/project/defclass-star/configuration.lisp.html for an example.