[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
declarations in macrolet puzzle
- To: common-lisp@su-ai.ARPA
- Subject: declarations in macrolet puzzle
- From: MASINTER.PA@Xerox.COM
- Date: Wed, 30 Jul 1986 10:40:00 -0000
(macrolet ((specials () (specials) '(declare (special special-list ,@special-list))))
(specials)
special-list))
since macros can expand into declarations
and bodies have to have macros expanded before declarations can be seen
yet macrolet macros are visible in the body then ...