Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何从 ClojureScript 或 Java 连接到现有的 clojure REPL?
标题中的问题。有帮助类/库吗?
您可能正在使用 Leiningen,因此:
lein repl :connect 51000
(最后一个数字是.nrepl-port文件中的现有端口号)
.nrepl-port
查看网络 repl nrepl
它允许您通过网络从您想要的任何代码连接到您的 repl