[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Category Errors



         STANDARD-CLASS does not support metaclass specific methods like 
         CLASS-PROTOTYPE, METACLASS-CLASS does.
     
     This part, however, won't work.  As I understand it, CLASS-PROTOTYPE has
     to work on all classes, because of the way the generic function dispatching
     in the initialization protocol is going to work.  We still haven't nailed
     down the initialization protocol, but I think the part of it we all seem
     to agree on already requires all classes to have a prototype.
     
This is true, I forgot about it when I wrote this part.

Patrick.