The latest standalone version of scheme2js (from 2011) can be found at:
http://www-sop.inria.fr/indes/scheme2js/
(source code, precompiled jar archive, and man page and links to several papers).
A demo (a simple raycaster) is at:
http://alexshendi.org/blog/demos/raycaster1/raycaste...
Source code can be found at:
http://alexshendi.org/blog/demos/raycaster1/scheme/r...
Other options using the Scheme->Javascript route are:
- The Spock Egg for CHICKEN Scheme: http://wiki.call-cc.org/eggref/4/spock
- The universal backend of Gambit: http://gambitscheme.org
- A large list of Lisps in Javascript or compiling to Javascript can be found at: http://ceaude.twoticketsplease.de/articles/a-surve...
I hope this helps. Feel free to use some or all of this info.
Best Regards
Alexander