I like to use syntax-case because it is more portable with other schemes. But it seems that it interferes with #!optional and #!rest. Is there any way around this? Can I use some kind of scoping/module approach to allow me to mix libraries that use #!optional with define-syntax?
William