2011/10/31 Marc Feeley 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?