Changes between Initial Version and Version 1 of MetaObjectProtocol


Ignore:
Timestamp:
Mar 22, 2006, 2:54:05 PM (19 years ago)
Author:
ginkel
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MetaObjectProtocol

    v1 v1  
     1= MetaObjectProtocol (aka. MOP) =
     2
     3Is a standard to define the (dynamic) behaviour of the MetaClasses that establish the
     4CommonLispObjectSystem. This includes the creation, modification and instantiation of classes, Objects (instances) and Methods.
     5
     6see e.g.:
     7 * [http://www.lisp.org/mop/index.html]
     8 * [http://en.wikipedia.org/wiki/Meta-object_protocol]