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 / emacs
假设我正在处理一个项目并且有一个带有 clojure-jack-in 的 repl。我需要向这个项目添加一个新的依赖项,有什么方法可以运行 lein deps 然后能够立即在打开的 repl 中使用下载的 .jar(可能是一个 repl 命令?)?
现在,每当我需要添加新的依赖项时,我都需要重置 swank/slime 连接以使其在类路径中可见。
谢谢
我看到三个选项: