nasser / nostrand

Clojure on Mono
68 stars 11 forks source link

Add a task for starting a Clojure socket repl #12

Closed halgari closed 7 years ago

halgari commented 7 years ago

PR for Issue #11 adds a new task: clojure-socket-repl that calls into the endpoints in clojure.core.server.

nos clojure-socket-repl {:port 42420}

You can then connect via telnet to get a Clojure repl.

nasser commented 7 years ago

I might shorten the name and/or add a default port down the line, but this is great, thanks!