[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: define-syntax and Clinger's implementation



Quoting "Ji-Yong D. Chung":
>     I just modified define-syntax package that comes 
> with Bigloo and loaded it into MzScheme.  For the simple
> test cases in R5RS, the package produces
> correct, hygienic result.

It won't work for the non-R5RS constructs in MzScheme, though.

We have already implemented `define-syntax' with `syntax-rules',
`syntax-case', and more for next release. See
  http://www.cs.utah.edu/~mflatt/tmp/modules.txt
for details.

Matthew