> * Joseph Kiniry <[EMAIL PROTECTED]> [2004-11-24 19:21:33 +0000]:
>
> My concern was not knowing anything about the quality and completeness
> of CLOS/MOP implementations across CL platforms.

All implementations support MOP to at least "some" degree.
If all you need is a simple introspection (slot list), then
   CLOCC/PORT/sys.lisp:class-slot-list
is your friend.

if you need the advanced MOP features, then you are likely to hit at
least "some" incompatibilities.

Note that the next CLISP release will come with a full MOP
implementation.
<http://www.podval.org/~sds/clisp/impnotes/mop-chap.html>

-- 
Sam Steingold (http://www.podval.org/~sds) running w2k
<http://www.camera.org> <http://www.iris.org.il> <http://www.memri.org/>
<http://www.mideasttruth.com/> <http://www.honestreporting.com>
The only intuitive interface is the nipple.  The rest has to be learned.

Reply via email to