Language

Package: cl-hu.dwim.defclass-star @ 2021-2.3086878

Synopsis

Simplify definitions with defclass* and friends in Common Lisp

Description

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 :accessor 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.

Home page
https://github.com/hu-dwim/hu.dwim.defclass-star
Location
gnu/packages/lisp-xyz.scm (line: 12419, column: 4)
License

Lint warnings

LinterMessageLocation
No lint warnings