[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Lexical variables and compilation.
- To: "common-lisp" <common-lisp@su-ai.ARPA>
- Subject: Lexical variables and compilation.
- From: "BACH::GREEK" <greek%bach.decnet@hudson.dec.com>
- Date: Thu, 03 Apr 1986 13:03:00 -0000
- Reply-to: "BACH::GREEK" <greek%bach.decnet@hudson.dec.com>
A couple of comments on Mr. Haflich's little program.
First of all, I don't think it's absolutely clear that the compiler is
obliged to create MYPACKAGE if it can somehow avoid it. After all, it's
really nice if the compiler leaves the global environment alone.
Implementation of this nicety is another matter, however.
Secondly, I don't think it's so easy for the interpreter to detect the
presence of the lexical symbols. At least not in a correct program.
We've carefully constrained all the symbol-hacking functions to work
only on the dynamic (global) aspects of symbols. Therefore the compiler
need not create real symbols for lexical variables.
- Paul
------