DaveWM / nrepl-rebl

nREPL middleware to sync with REBL
GNU General Public License v3.0
11 stars 1 forks source link
clojure nrepl nrepl-middleware

nrepl-rebl (alpha)

Clojars Project

nREPL middleware to send eval'd forms to REBL.

Usage

With Leiningen

* Open your repl as usual - a REBL window should open, and receive any forms you eval in the repl

### With deps.edn

* [Download REBL](http://rebl.cognitect.com/download.html) (note the license agreement)
* Merge the following into your `deps.edn` file:
```clojure
{:aliases {:nrepl {:extra-deps {nrepl/nrepl {:mvn/version "0.5.0"}}}
           :rebl {:extra-deps {org.clojure/clojure {:mvn/version "1.10.0-RC4"}
                               nrepl-rebl {:mvn/version "0.1.1"}
                               com.cognitect/rebl {:local/root "[path to REBL]/REBL-0.9.108.jar"}}}}}

License

Distributed under the GPL V3 License