Skip to content

Instantly share code, notes, and snippets.

@noisesmith
Created January 29, 2016 23:09
Show Gist options
  • Save noisesmith/d9a804212f3759043053 to your computer and use it in GitHub Desktop.
Save noisesmith/d9a804212f3759043053 to your computer and use it in GitHub Desktop.
start a clojure 1.8 socket repl
=> (clojure.core.server/start-server {:name "debug connection" :port 5555 :accept 'clojure.core.server/repl})
#object[java.net.ServerSocket 0x631883f0 "ServerSocket[addr=localhost/127.0.0.1,localport=5555]"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment