Hello Alexander! the Scheme2js approach sounds interesting. Would you consider sharing some links to resources/libraries you might use? I could add such information to the Jam page's Resources section, and it might be helpful to others using Scheme.
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