On Thu, Nov 19, 2009 at 11:08 AM, Raymond Toy
<raymond.toy at stericsson.com> wrote:
> Stavros Macrakis wrote:
>> On Thu, Nov 19, 2009 at 9:44 AM, Raymond Toy <raymond.toy at stericsson.com> wrote:
>>> Stavros Macrakis wrote:
> ...I don't use define-compiler-macro very often, so I always have to look
> at the CLHS to know. ?I think the way to debug compiler macros is to do
> what the examples in the CLHS does:
>
> ?(funcall (compiler-macro-function 'square) '(square x) nil)
Well, that lets you look at the expansion. I was thinking of
black-box testing, where you could turn interpretive macro-expansion
on or off.
-s