AD> Have I overlooked something obvious in the documentation (CLHS)??
it's not in the Common Lisp standard, but in extension called Meta Object
Protocol.
see here: http://www.lisp.org/mop/index.html
AD> Are there any way to list what these methods are?
something like:
(sb-mop:specializer-direct-methods (find-class 'my-object))
this is implementation-dependent, but there is compatibility lib "Closer to
MOP":
http://common-lisp.net/project/closer/closer-mop.html
Andreas Davour wrote:
> "Alex Mizrahi" <········@users.sourceforge.net> writes:
>
>
>> AD> Have I overlooked something obvious in the documentation (CLHS)??
>>
>>it's not in the Common Lisp standard, but in extension called Meta
>>Object Protocol. see here: http://www.lisp.org/mop/index.html
>
>
> So it's done with MOP. It sure felt like something that should have been
> in the standard. Oh well.
Hey, CLOS itself almost did not make it so something this detailed hence
close to implementation did not have a prayer. And CLOS is starting to
look like a mistake*, so...
hth,kzo
* Himself is bored with it. k