[plt-scheme] Another macro venture

From: Eli Barzilay (eli at barzilay.org)
Date: Sat Sep 9 16:31:36 EDT 2006

On Sep  9, Bill Wood wrote:
> 
> Curiosity question: given that quasi-quote and define-syntax are
> R5RS, what sort of portability issues can arise among R5RS
> implementations?

`syntax-case' is not R5RS, and it only talks about `syntax-rules' in a
`define-syntax'.


> Also, what are these "illnesses of the toplevel" (pointers to good
> discussions will suffice)?

Searching the mailing list or comp.lang.scheme will probably get lots
of pointers.

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


Posted on the users mailing list.