[racket] Flatten syntax and runtime phases?

From: Eli Barzilay (eli at barzilay.org)
Date: Thu Jul 12 18:20:00 EDT 2012

On Wed, Jul 11, 2012 at 7:53 PM, Nick Sivo <nick at kogir.com> wrote:
> After fighting with defmacro for a while I ended up abandoning it and
> implementing what I need with syntax/parse instead. This requires
> re-writing the arc macros, but that isn't all bad since their new
> forms are generally shorter, clearer, and benefit greatly from
> hygiene. [...]

Heh -- this is very nice to hear, since Arc is supposed to be using
macros in a way that highlights unhygienic macros...

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

Posted on the users mailing list.