Changes between Initial Version and Version 1 of MetaObjectProtocol
- Timestamp:
- Mar 22, 2006, 2:54:05 PM (19 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MetaObjectProtocol
v1 v1 1 = MetaObjectProtocol (aka. MOP) = 2 3 Is a standard to define the (dynamic) behaviour of the MetaClasses that establish the 4 CommonLispObjectSystem. This includes the creation, modification and instantiation of classes, Objects (instances) and Methods. 5 6 see e.g.: 7 * [http://www.lisp.org/mop/index.html] 8 * [http://en.wikipedia.org/wiki/Meta-object_protocol]