[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Lexical environment of slot default initial value forms
- To: Moon@STONY-BROOK.SCRC.Symbolics.COM
- Subject: Re: Lexical environment of slot default initial value forms
- From: Danny Bobrow <Bobrow.pa@Xerox.COM>
- Date: 8 Jan 87 23:42 PST
- Cc: Common-Lisp-Object-System@SAIL.STANFORD.EDU
- In-reply-to: David A. Moon <Moon@STONY-BROOK.SCRC.Symbolics.COM>'s message of Thu, 8 Jan 87 19:59 EST
- Sender: Bobrow.pa@Xerox.COM
We discussed this and concluded that the lexical environment
should be the lexical environment where the form originally
appeared, i.e. the lexical environment in which defclass was
evaluated, and the dynamic environment should be the one in effect
at the time the form is evaluated.
Sounds right.
danny