> You can try Larceny (in --err5rs mode or --r6rs --program mode) (you'll > need explicit-phasing import syntax for non-0 phases), it doesn't use > psyntax. You can also try PLT (if you have #!r6rs at top and explicit > non-0 phases), which also has a unique syntax-case implementation.
Larceny currently has some weird FFI bug that's sensitive to library import order. By working around that bug and adding the explicit-phasing import syntax, I was able to run a few box2d-lite demos in Larceny as well, so the portability aspect of the code is looking good. Ed
