Re: Order of macroexpansion



Peter Hildebrandt wrote:

Say, I have the macros outer and inner, and I write the following:

(outer 10 (inner +1))

Is it specified, in which order outer and inner are expanded?

Yes, outer is always expanded first.


Pascal

--
1st European Lisp Symposium (ELS'08)
http://prog.vub.ac.be/~pcostanza/els08/

My website: http://p-cos.net
Common Lisp Document Repository: http://cdr.eurolisp.org
Closer to MOP & ContextL: http://common-lisp.net/project/closer/
.



Relevant Pages