[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Top-level EVAL-WHEN
- To: "common-lisp" <common-lisp@su-ai.ARPA>
- Subject: Top-level EVAL-WHEN
- From: "BACH::GREEK" <greek%bach.decnet@hudson.dec.com>
- Date: Mon, 07 Apr 1986 13:17:00 -0000
- Reply-to: "BACH::GREEK" <greek%bach.decnet@hudson.dec.com>
I didn't quite understand Rob's point, but no one is excluding EVAL-WHEN
buried in a top-level PROGN (as is typically generated by complex
macros). This is because all of the forms inside a top-level PROGN
are "promoted" to top-level forms.
- Paul
------