Hacking on nREPL
Building nREPL
Releases are available from Clojars, and SNAPSHOT builds from master’s HEAD are automatically deployed there as well, so manually building nREPL shouldn’t ever be necessary (unless you’re hacking on it). But, if you insist:
-
Clone the repo
-
Make sure you have lein installed
-
Run the lein build:
$ lein install
Afterwards you can simply do something like:
$ clj -Sdeps '{:deps {nrepl {:mvn/version "0.5.3-SNAPSHOT"}}}' -m nrepl.cmdline --interactive