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

class-prototype



The description of class-prototoype seems refreshingly short.  Is
there anything more one should say about the prototype?  I remember
some discussion on the PCL list saying that the only thing you can
count on about a prototype is (eq (class-of (class-prototype class))
class).  Don't expect anything else like its slots being bound, or it
having gone through any part of the make-instance protocol.  Should
this be clarified?

k