node-nrepl-client icon indicating copy to clipboard operation
node-nrepl-client copied to clipboard

node.js client for a Clojure nrepl server.

Results 3 node-nrepl-client issues
Sort by recently updated
recently updated
newest added

Seem `done` marks the end of a message seq: https://github.com/clojure/tools.nrepl/blob/master/src/main/clojure/clojure/tools/nrepl.clj#L86. Currently if the response contains `eval-error` there will be some messages (the exception message and the `done`) not appended to...

I'm trying to feed in (read-line) then input the value and print the result. Unfortunately the input does not get assigned to aba. What I'm doing wrong? ``` coffeescript nreplClient...

Before the callback would be called before the server has shut down.