[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Defmacro inside of a let
- To: common-lisp@SU-AI.ARPA
- Subject: Defmacro inside of a let
- From: OLDMAN@USC-ISI.ARPA
- Date: Fri, 31 Jan 1986 19:33:00 -0000
- Comment: Remailed at SU-AI after delay caused by mailing list error.
- Sender: OLDMAN@USC-ISI.ARPA
We all agree that a defun should be ok inside a let. Why does
the language explicitly state that a defmacro evaluated inside a
let is ok but must IGNORE the lexical environment? (See the
first paragraph on page 145 of CLtL.)
-- Dan