Subject: Re: Nested macros
From: rpw3@rpw3.org (Rob Warnock)
Date: Wed, 30 Jul 2008 05:46:35 -0500
Newsgroups: comp.lang.lisp
Message-ID: <a_6dnZfslNsW2w3VnZ2dnUVZ_qrinZ2d@speakeasy.net>
Brian  <quickbasicguru@gmail.com> wrote:
+---------------
| "jos...@corporate-world.lisp.de" <jos...@corporate-world.lisp.de> wrote:
| > LispWorks for example offers to expand the expression fully
| > on all levels. Macroexpand would only expand the top macro,
| > but not macro usage some levels down in the code.
| If one does (require 'sb-cltl2) in SBCL, SB-CLTL2:MACROEXPAND-ALL
| becomes available.
+---------------

And in CMUCL, it's WALKER:MACROEXPAND-ALL.


-Rob

-----
Rob Warnock			<rpw3@rpw3.org>
627 26th Avenue			<URL:http://rpw3.org/>
San Mateo, CA 94403		(650)572-2607