On Mon, Mar 29, 2021 at 2:59 AM Forrest Curo <[email protected]> wrote:
>
> I'm finding a web repl in the packages. That hangs my compilation and isn't 
> what I had in mind anyway. The emacs modes I've tried have been intractable.
>
> How to get a repl (with history) to practice with?
>

There is a pretty good repl with history for the web server. That's
the only repl I use. It's convenient when developing inside emacs that
you can restart scheme without having to restart the scheme repl in
emacs.

cd s7webserver
make
./s7webserver

Then from a terminal, run the scheme repl that connects to the web server:
cd s7webserver./s7webserver_repl.py
_______________________________________________
Cmdist mailing list
[email protected]
https://cm-mail.stanford.edu/mailman/listinfo/cmdist

Reply via email to