Main Page | See live article | Alphabetical index

CLOS

The Common Lisp Object System, a powerful system for object-oriented programming which forms part of Common Lisp.

CLOS differs from most other object-oriented programming environments in the following ways:

CLOS has multiple inheritance and, unofficially, a meta-object protocol.