Some thoughts about Clojure, its latent potential and adoption

neil has: neil add nrepl which adds an nrepl alias to your project. After that you can do:

clojure -M:nrepl

and get a decent console REPL as well, while also launching an nREPL server (similar to what lein does).

Read more here.

2 Likes