Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save tristanstraub/d3afd14f7223ea3350b8c24b4d92a649 to your computer and use it in GitHub Desktop.
Save tristanstraub/d3afd14f7223ea3350b8c24b4d92a649 to your computer and use it in GitHub Desktop.
Start clojure socket repl and connect to it with netcal
clj -J-Dclojure.server.repl="{:port 1234 :accept clojure.core.server/repl}"
rlwrap -q ^Q nc 127.0.0.1 1234
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment