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.
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.