unrepl

discussing specification of an edn-based repl and its implementations.
richiardiandrea 2017-09-21T16:18:37.000739Z

about nrepl-bridge, is the goal to reproduce the protocol as well?

cgrand 2017-09-21T20:31:42.000261Z

@richiardiandrea what do you mean?

richiardiandrea 2017-09-21T20:32:35.000520Z

nrepl has it own protocol that it uses to communicates with cider (for instance), is nrepl-bridge going to replicate that as well?

cgrand 2017-09-21T20:35:57.000295Z

No the bridge works the other way. It creates a plain repl on top of nrepl. Allowing then to upgrade to unrepl.

richiardiandrea 2017-09-21T20:45:06.000183Z

oh got it

cgrand 2017-09-21T20:58:09.000372Z

The bridge is a proof of feasibility as it is mainly useful to clients written in Java. So one would need a bridge written in elisp for emacs, one in cljs for unravel etc.