clojure REPL - connect from another process

clojure, java

Solution

check out the network repl nrepl

it lets you connect to your repl over a network from any code you want

Problem

how to connect to existing clojure REPL from ClojureScript or from Java? the question from title. Is there a helper class/library?

Original source