Skip to content

Instantly share code, notes, and snippets.

@cemerick
Created October 27, 2010 18:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cemerick/69ec769dc32b2995fae7 to your computer and use it in GitHub Desktop.
Save cemerick/69ec769dc32b2995fae7 to your computer and use it in GitHub Desktop.
(ns com.snowtide.clojure.replserver
(:require org.enclojure.repl.main)
(:gen-class
:main false
:methods [ #^{:static true} [newReplServer [int] java.net.ServerSocket]]))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment