Google
×
Mar 13, 2020 · The most mature is Gambit. It supports many other features such as bignums, parameter objects, records, pretty-printing, FFI to JS, object serialization/ ...
Sep 17, 2013 · You should also check out Gambit-JS, the Gambit Scheme system with the JavaScript backend. The following paper gives a performance evaluation ...
Jul 19, 2013 · People say that JavaScript is like Scheme because both languages have a very similar kind of call-by-sharing: Function calls introduce new ...
May 26, 2023 · If JavaScript was Scheme, it would be such a bad Scheme that people would end up hating Scheme.
Nov 25, 2022 · The only reason why I'm considering the JS version is that new ideas, better explanations are added since the previous book is more than a ...
Feb 23, 2023 · I'm planning a small, text-based game, and, for easy distribution, I'd really like to offer both the standalone executables for various ...
Sep 17, 2023 · The original first two editions of SICP use the programming language Scheme in their program examples, whose minimalist, expression-oriented ...
Jan 28, 2022 · This is not actually a JavaScript version it's just transliteration of the code. You can write a program that will transliterate Scheme to JS.
Aug 18, 2020 · Personally I've been using Gambit Scheme + Gerbil Scheme for the last few years which has a JS compiler. That's become my preference simply ...