Scheme Interpreters in JavaScript
Some possibly good lists of Scheme interpreters in JavaScript:
[the list of implementations in Wikipedia's entry for Scheme (programming language)](https://en.wikipedia.org/wiki/Scheme_(programming_language)#Implementations)
[Wikipedia's Category:Scheme (programming language) implementations](https://en.wikipedia.org/wiki/Category:Scheme_(programming_language)_implementations)
Some interesting reads about Scheme interpreters in JavaScript:
A performant scheme interpreter in asm.js, Noah Van Es, Jens Nicolay, Quentin Stievenart, Theo D’Hondt, Coen De Roover - PDF available as a free download
Scheme Implementations for the browser
Whalesong and its predecessor, Moby
RacketScript
jsScheme (not maintained)
Biwascheme
Gambit
LIPS (https://lips.js.org/)
Gauche
Chibi Scheme (tiny library to use as an extension & scripting language in C programs; works on Emscripten)
Schism (compiler from Scheme to WebAssembly)
a Scheme-to-Rust compiler built in Rust (with step-by-step implementation details by a first-time Schemer)
(Others to be added when I have time.)
WTF?
Useful?
https://socket.io/ (used by swank-js and maybe useful to us in other ways)
Last updated
Was this helpful?