Node:STKlos Compatibility, Previous:Customizing Class Definition, Up:Defining New Classes



3.2.6 STKlos Compatibility

If the STKlos compatibility module is loaded, define-class is overwritten by a STKlos-specific definition; the standard GOOPS definition of define-class remains available in standard-define-class.

standard-define-class name (super ...) slot-definition ... . options syntax
standard-define-class is equivalent to the standard GOOPS define-class.