[Openmcl-devel] macroexpand-all
Taoufik Dachraoui
dachraoui.taoufik at gmail.com
Tue Jun 24 04:39:48 PDT 2014
Hi
Is there a reason why macroexpand-all does not expand macros placed in the
head of a list:
? (defmacro g (x y) `(lambda (,x) ,y))
G
? (macroexpand-all '((g x (+ x 1)) 3))
((G X (+ X 1)) 3)
What if it is the case what could be the issue?
-Taoufik
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.clozure.com/pipermail/openmcl-devel/attachments/20140624/c0113ef6/attachment.htm>
More information about the Openmcl-devel
mailing list