cognitect-labs / REBL-distro

REBL-distro
368 stars 10 forks source link

Docs: Link to nrepl-rebl #33

Open holyjak opened 5 years ago

holyjak commented 5 years ago

Add a link to nrepl-rebl to the REBL-in-IntelliJ-Cursive page. Currently Cursive has a great integration with the REPL (showing test results inline etc.) but it requires nREPL. Running REBL with Cursive as described on the wiki page deprives one of those goodies. However it is possible to run REBL from the normal nREPL REPL, using the nrepl-rebl middleware, as its README describes. So it would be nice to point people to it. Perhaps something like:


REBL with nREPL

If you want to add REBL to the standard, nREPL-based REPL, follow the instructions from the nrepl-rebl middleware.


Thank you!

practicalli-johnny commented 4 years ago

There is also a guide for using CIDER with Cognitect REBL, again using the nrepl middleware approach although with a different library.

http://practicalli.github.io/clojure/clojure-tools/data-browsers/rebl-data-visualization.html