[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
... [compile-time lexical environment]
- To: David Bein <pyrnj!pyramid!bein@RUTGERS.EDU>
- Subject: ... [compile-time lexical environment]
- From: Ram@c.cs.cmu.edu
- Date: Mon, 12 Oct 1987 02:17:00 -0000
- Cc: common-lisp%sail.stanford.edu@RUTGERS.EDU
- In-reply-to: Msg of 11 Oct 1987 18:41-EDT from David Bein <pyrnj!pyramid!bein at RUTGERS.EDU>
- Sender: RAM@
If a form is implcitly evaluated at compile time, then it cannot
access the lexical environment, since the environment doesn't exist
until run-time. Given this, the only alternative to requiring that
the null environment be used is stating that the environment is
undefined. I see no advantage in the latter, and no reason to resolve
the problem in a different way than DEFMACRO currently does.
Rob