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.
Clojure REPL 是否可以在不终止 REPL 会话的情况下停止函数的执行?我怎样才能做到这一点?
lein repl如果重要的话,我在 bash 中使用。我正在使用莱宁根 1.7.1
lein repl
你试过了Ctrl-C吗?它应该适用于您的情况。
Ctrl-C
更新。我已经降级到 Leiningen 版本 1.7.1。它真的通过 Ctrl-C 退出 repl。你应该像 Bozhidar Batsov 所说的那样升级 lein。
对于稍后提出此问题的 emacs 用户:
在 Emacs + nrepl + lein2 中:点击ctrl c ctrl b返回你的 repl