Common Lisp the Language, 2nd Edition


next up previous contents index
Next: Metaclasses Up: Programmer Interface Concepts Previous: Built-in Method Combination

28.1.8. Meta-objects

change_begin
The implementation of the Object System manipulates classes, methods, and generic functions. The meta-object protocol specifies a set of generic functions defined by methods on classes; the behavior of those generic functions defines the behavior of the Object System. The instances of the classes on which those methods are defined are called meta-objects. Programming at the meta-object protocol level involves defining new classes of meta-objects along with methods specialized on these classes.
change_end



AI.Repository@cs.cmu.edu