Search found 2 matches

by gmannerheim
Tue Aug 19, 2014 7:29 pm
Forum: Common Lisp
Topic: is there a way to see the expanded form of a macro?
Replies: 4
Views: 10582

Re: is there a way to see the expanded form of a macro?

Thanks a lot. Very helpful, especially the "mac" macro.

( I had tried macroexpand myself, but obviously used it in a wrong way, like >>> (macroexpand-1 (form)) )
by gmannerheim
Sun Aug 17, 2014 12:01 pm
Forum: Common Lisp
Topic: is there a way to see the expanded form of a macro?
Replies: 4
Views: 10582

is there a way to see the expanded form of a macro?

I have just begun to learn about macros, and it would be really helpful if I could see what the expanded form of a specific macro looks like.
( using Lispworks)