[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
initializing class slots
- To: Bobrow.pa@Xerox.COM
- Subject: initializing class slots
- From: Daniel L. Weinreb <DLW@ALDERAAN.SCRC.Symbolics.COM>
- Date: Wed, 4 Feb 87 12:05 EST
- Cc: common-lisp-object-system@SAIL.STANFORD.EDU
- In-reply-to: <870203-143435-2787@Xerox>
- Line-fold: No
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?