Re: Specializing slot-value-using-class in OpenMCL
- From: Slava Akhmechet <coffeemug@xxxxxxxxx>
- Date: Wed, 30 May 2007 21:42:07 GMT
Pascal Costanza <pc@xxxxxxxxx> writes:
I hope this helps.Thank you, it helps a lot! I just tried the fix and it works. I only
have one last question. Why are metaclasses are not inherited?
(defclass a ()
(slot)
(:metaclass somemeta))
(defclass b ()
(slot2))
Metaclass of 'b' will be standard-class (which causes problems). I
manually added the metaclass declaration to all relevant class, but is
there a way to simply propagate it from base class?
--
Regards,
Slava Akhmechet.
.
- Follow-Ups:
- Re: Specializing slot-value-using-class in OpenMCL
- From: Pascal Costanza
- Re: Specializing slot-value-using-class in OpenMCL
- From: Larry Clapp
- Re: Specializing slot-value-using-class in OpenMCL
- References:
- Specializing slot-value-using-class in OpenMCL
- From: Slava Akhmechet
- Re: Specializing slot-value-using-class in OpenMCL
- From: Pascal Costanza
- Re: Specializing slot-value-using-class in OpenMCL
- From: Slava Akhmechet
- Re: Specializing slot-value-using-class in OpenMCL
- From: Pascal Costanza
- Specializing slot-value-using-class in OpenMCL
- Prev by Date: Re: Why I love Common Lisp : power! power! power!
- Next by Date: Re: Dumbing down?
- Previous by thread: Re: Specializing slot-value-using-class in OpenMCL
- Next by thread: Re: Specializing slot-value-using-class in OpenMCL
- Index(es):
Relevant Pages
|