|
|
|
|
|
by feeley
1324 days ago
|
|
I'm not sure what part of your project is web-based and what you mean by "web-based". Do you mean executing Lisp/Scheme code on the browser side or the server side? In any case you should consider Gambit Scheme that has a complete JavaScript backend. For example check out the https://try.gambitscheme.org site to see the online REPL in action. |
|
And you're right, I should have considered Gambit. Dang, now I have a ternary decision to make.