<div dir="ltr">Hi<div><br></div><div>Is there a reason why macroexpand-all does not expand macros placed in the</div><div>head of a list:</div><div><br></div><div>? (defmacro g (x y) `(lambda (,x) ,y))<br></div><div>G</div>
<div>? (macroexpand-all '((g x (+ x 1)) 3))<br></div><div>((G X (+ X 1)) 3)<br></div><div><br></div><div>What if it is the case what could be the issue?</div><div><br></div><div>-Taoufik</div></div>