Defining Classes (original) (raw)

ANSI Common Lisp 4 Types and Classes 4.3 Classes

4.3.2 Defining Classes

The macro defclass is used to define a new named class.

The definition of a class includes:

The slot options and class options of the defclass form provide mechanisms for the following: