nREPL middleware that enables the bootstrap of a Chlorine REPL on top of an nREPL session.
You need NodeJs installed.
Start nREPL from Leiningen:
lein repl
in the REPL, type
(chlorine.repl/repl)
There will be a welcome message like this:
Welcome to Chlorine REPL.
Type `(include! "r:/strategies/dev.cl2")` to load core library.
Type `:cl2/quit` to stop the Chlorine REPL
Enjoy!