@pesterhazy a unrepl implementation for lumo was possible all along but lumo would have to start it because the upgrade strategy doesn't work.
That's what my cljs-repl tries to fix: provide an upgradable socket repl implementation that can be supported by lumo or Planck.
The only thing missing on the Planck side is a way for user code to start a server. For lumo it's solved by node.
ah that's interesting
so the cljs-js-repl repo adds a way to upgrade a socket repl, or does it add a way to start a new unrepl-aware one?
It adds a way to make upgradable repls in the first place. Ideally I'd like it to become part of Clojurescript.
An intermediate goal would be to have it embedded in lumo and Planck
sounds good