nasser / nostrand

Clojure on Mono

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Document (or implement?) socket repls?

halgari opened this issue · comments

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.

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!