Category:Closer to MOP: Difference between revisions

From Rosetta Code
Content added Content deleted
mNo edit summary
m (Lib template, links)
 
Line 1:
{{library}}Closer to MOP is a [[Common Lisp]] library providing a compatibility layer for [http[wp://en.wikipedia.org/wiki/Metaobject#Metaobject_protocol |metaobject protocols]] of various implementations.
 
For more info about MOP, read the book [http[wp://en.wikipedia.org/wiki/The_Art_of_the_Metaobject_Protocol |AMOP]] which is the de-facto standard for the implementation of [http[wp://en.wikipedia.org/wiki/Common_Lisp_Object_System CLOS]].
 
The library can be found on [http://common-lisp.net/project/closer/closer-mop.html c-l.net].

Latest revision as of 18:06, 11 August 2009

Library
This is an example of a library. You may see a list of other libraries used on Rosetta Code at Category:Solutions by Library.

Closer to MOP is a Common Lisp library providing a compatibility layer for metaobject protocols of various implementations.

For more info about MOP, read the book AMOP which is the de-facto standard for the implementation of wp:Common_Lisp_Object_System CLOS.

The library can be found on c-l.net.

Pages in category "Closer to MOP"

This category contains only the following page.