The object system is called . Every data item in
is part of the class hierarchy. Simple classes can be
defined by defstruct, more complex classes with defclass.
There is no message send primitive in , instead generic
functions are used. has been designed to offer
programmability, efficiency and flexibility and the next three
subsections attempt to illustrate the kinds of things you can do with
it by means of a few examples.
Subsections