syntax-case does all kinds of things, not just to add syntax-case support. It is essentially a Scheme-to-Scheme compiler in itself. I don't remember exactly what it changes, but I think for one that it doesn't fully support Gambit's DSSSL parameter lists.
--
Per Eckerdal
On torsdag 10 november 2011 at 12:38, Vok Vojwo wrote:
> 2011/10/31 Marc Feeley <feeley@iro.umontreal.ca (mailto:feeley@iro.umontreal.ca)>:
> > To access the "define-syntax" form, you need to start gsi with the option -:s like this
> >
> > gsi -:s
> >
> > or, once gsi is loaded, evaluate:
> >
> > (load "~~lib/syntax-case")
>
> Is there a reason why this is not part of Gambit Scheme? Is it not
> recommended to use hygienic macros?
> _______________________________________________
> Gambit-list mailing list
> Gambit-list@iro.umontreal.ca (mailto:Gambit-list@iro.umontreal.ca)
>
https://webmail.iro.umontreal.ca/mailman/listinfo/gambit-list
>
>