nREPL is a Clojure network REPL that provides a REPL server and client, along with some common APIs of use to IDEs and other tools that may need to evaluate Clojure code in remote environments.
Check the brief history of nREPL, available here.
Extremely stable.
[nrepl "0.3.1"]
is a drop-in replacement for
[org.clojure/tools.nrepl "0.2.13"]
.[nrepl "0.4.0"]
changes the namespaces from clojure.tools.nrepl.*
to
nrepl.*
.1.0.0
release will include fixes for all previously-reported but
languishing nREPL issues.See the manual.
Copyright © 2010 - 2018 Chas Emerick, Bozhidar Batsov and contributors.
Licensed under the EPL. (See the file epl.html.)
Can you improve this documentation?Edit on GitHub
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close