[plt-scheme] #%app literal does not match in syntax-case pattern

From: Marco Monteiro (masm at acm.org)
Date: Fri Nov 20 20:47:46 EST 2009

On Fri, Nov 20, 2009 at 11:08 PM, Ryan Culpepper <ryanc at ccs.neu.edu> wrote:

>
> You might also find it useful to read "Advanced Macrology and the
> Implementation of Typed Scheme" as a source of ideas and techniques for
> working with PLT's macro system:
>
>   http://www.ccs.neu.edu/scheme/pubs/scheme2007-ctf.pdf
>
> For example, you can write a #%module-begin macro that local-expands the
> entire module contents at once, then does a code walk (still at compile
> time) over the results. You might find that easier to get started with than
> the compositional approach that you seem to be using (IIUC).
>
> Ryan
>
>
That one was already printed, but I have not yet found time for it.
I'll read it this weekend. Thanks for the reference.

Marco
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.racket-lang.org/users/archive/attachments/20091121/b1fbcd2c/attachment.html>

Posted on the users mailing list.