This is an nrepl client for clojure development in atom.
From your terminal, start an nrepl server in your project directory.
cd the-clojure-projectlein repl
In the editor, highlight part of your source file and trigger the nrepl:eval
event (bound by default to ctrl-alt-e
).
You will see the values of the highlighted expressions.
doc
for the symbol under the cursorGood catch. Let us know what about this package looks wrong to you, and we'll investigate right away.