Scheme REPL in the browser
The idea is to have a Gambit Scheme REPL in the browser, which has a good UX on mobile and works like a REPL in the terminal.
How to build locally
Setup local env:
git clone git@github.com:branneman/scheme-repl-in-browser.git
cd scheme-repl-in-browser
npm ci
npm start