Fork me on GitHub
#unrepl
<
2017-09-21
>
richiardiandrea16:09:37

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

richiardiandrea20:09:35

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

cgrand20:09:57

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

cgrand20:09:09

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.