-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Hello everyone,
I am trying to write some Scheme code, and I use define-syntax and syntax-rules very heavily. However, whenever syntax-case.scm is loaded/included, define special form does not work with #!key, #!optional, and #!rest anymore. ##define, on the other hand, is not very portable between Scheme implementation.
Is there anyway to work around this situation? I have tried to put (namespace ("##" define)) in, but that produces no difference.
Thank you, Lam Luu