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

initializing class slots



    Date: 3 Feb 87 14:34 PST
    From: Danny Bobrow <Bobrow.pa@Xerox.COM>

    (defclass A () ((s :initform 1 :allocation :class)))

By the way, I could not find anything specific in the document that says
how initforms work for class slots.  For example, exactly when is the
initform evaluated?  At the time of the evaluatino of the containing
defclass?