Skip to content

Instantly share code, notes, and snippets.

@immoh
Created September 26, 2013 07:52
Show Gist options
  • Select an option

  • Save immoh/6711079 to your computer and use it in GitHub Desktop.

Select an option

Save immoh/6711079 to your computer and use it in GitHub Desktop.
Running nREPL client in IntelliJ Idea Clojure Console
; Prerequisites:
; - reply in classpath (Leiningen depedency: [reply "0.2.1" :exclusions [ring/ring-core]])
(System/setProperty "jline.terminal" "jline")
(require 'reply.main)
(reply.main/launch-nrepl {:attach "12345"})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment