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

From: Eli Barzilay (eli at barzilay.org)
Date: Fri Nov 20 17:17:58 EST 2009

On Nov 20, Marco Monteiro wrote:
> 
> Now I'm trying a new approach. Instead of expanding the module in
> the reader, I export a #%module-begin that replaces its subforms by
> a new macro that code-walks by using local-expand and some other
> hacks. This does not mix read and macro expansion levels, but I have
> to 10 times more code.

I didn't understand what you're trying to do in general?  Why do you
need any kind of a code walker to begin with?

-- 
          ((lambda (x) (x x)) (lambda (x) (x x)))          Eli Barzilay:
                    http://barzilay.org/                   Maze is Life!


Posted on the users mailing list.