| class-name-of | The class-name of the class of OBJECT. |
|---|---|
| get-slot-by-name | Get slot whose name is `NAME' from `CLASS'. |
| get-slot-of-by-name | Get slot whose name is `NAME' of the class of `OBJECT'. |
| slot-names-of | List of names of the slots of OBJECT. |
| slots-of | List of slots of OBJECT. |
| defmetaclass | Macro for easy metaclass definition. It takes all the options DEFCLASS takes, plus the following:... |
|---|---|
| do-children | For every subclass of class named by CLASS-NAME, execute BODY with VAR bind to it. |
| do-macro-for-children | Use MACRO with the names of all the subclasses of the class named by CLASS-NAME. |