JonyEpsilon / gorilla-repl

A rich REPL for Clojure in the notebook style.
http://gorilla-repl.org
MIT License
887 stars 104 forks source link

Command to reset nREPL server #125

Open JonyEpsilon opened 10 years ago

JonyEpsilon commented 10 years ago

Since I'm having so much trouble getting interrupt to work (see #18 ), it might be useful instead to have a command to kill and restart the nREPL server.

JonyEpsilon commented 10 years ago

This will be easier if we go to using Leiningen to start up the nREPL server with the lein repl task - see #111 .