Scheme Interpreters in JavaScript
Last updated
Was this helpful?
Last updated
Was this helpful?
[the list of implementations in Wikipedia's entry for Scheme (programming language)]()
[Wikipedia's Category:Scheme (programming language) implementations]()
Whalesong and its predecessor, Moby
RacketScript
jsScheme (not maintained)
Biwascheme
Gambit
Gauche
Chibi Scheme (tiny library to use as an extension & scripting language in C programs; works on Emscripten)
Schism (compiler from Scheme to WebAssembly)
(Others to be added when I have time.)
WTF?
Useful?
- PDF available as a free download
- PDF available as a free download
LIPS ()
(with step-by-step implementation details by a first-time Schemer)
(used by swank-js and maybe useful to us in other ways)