Fork me on GitHub
#unrepl
<
2017-05-02
>
cgrand19:05:12

@pesterhazy a unrepl implementation for lumo was possible all along but lumo would have to start it because the upgrade strategy doesn't work.

cgrand19:05:21

That's what my cljs-repl tries to fix: provide an upgradable socket repl implementation that can be supported by lumo or Planck.

cgrand19:05:33

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.

pesterhazy20:05:37

ah that's interesting

pesterhazy20:05:18

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?

cgrand20:05:52

It adds a way to make upgradable repls in the first place. Ideally I'd like it to become part of Clojurescript.

cgrand20:05:33

An intermediate goal would be to have it embedded in lumo and Planck