Skip to content

Instantly share code, notes, and snippets.

@whamtet
Last active July 11, 2021 21:45
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 whamtet/f821c113a05d89aed332105495f09595 to your computer and use it in GitHub Desktop.
Save whamtet/f821c113a05d89aed332105495f09595 to your computer and use it in GitHub Desktop.
using clojure.lang;
IFn load = clojure.clr.api.Clojure.var("clojure.core", "load-string");
load.invoke("(clojure.core.server/start-server {:port 5555 :name \"repl\" :accept 'clojure.core.server/repl})" +
"(println \"serving!\")");
// telnet localhost 5555
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment