so I've been working on a repl for hoot. today I was able to connect to a repl in the browser over telnet using a dev server that pipes text to/from a websocket. not far from here to emacs.

(let ((ws (websocket "ws://localhost:8080/repl")))
(parameterize ((current-input-port ws)
(current-output-port ws)
(current-error-port ws))
(spawn-repl)))

0

If you have a fediverse account, you can quote this note from your own instance. Search https://toot.cat/users/dthompson/statuses/115902227053050540 on your instance and quote it. (Note that quoting is not supported in Mastodon.)