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 ( lein repl) 的普通控制台 REPL 中编写了一些代码。现在我想提取历史记录以获取我在其中编写的代码。我能以某种方式做到这一点吗?
lein repl
每个 Leiningen 项目都将其 REPL 使用历史存储在.lein-repl-history文件中。还有一个全局repl-history文件,位于~/.lein.
.lein-repl-history
repl-history
~/.lein