nasser / nostrand

Clojure on Mono
68 stars 11 forks source link

Document (or implement?) socket repls? #11

Closed halgari closed 7 years ago

halgari commented 7 years ago

I can't seem to connect to the built-in nos socket repl. I'm using telnet, and maybe I should be using something else. ClojureCLR also supports the Clojure socket repl in clojure.core.server. Would you be open to adding a task to nos that would fire off clojure.core.server/repl? If so I can probably create a PR for it.

nasser commented 7 years ago

telnet probably wont cut it. It's a UDP repl based on Arcadia's. I would be open to a clojure.core.server/repl PR for sure!