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.
在 Emacs/Cider 中,如何正确添加一些我想尝试的 clojure 库?
如果我从 shell 做,我就开始
$ lein try clj-time
但是我如何从 Emacs/Cider 中做到这一点?
最简单的方法是lein try clj-time在命令行上运行,然后使用 emacs 连接到该 repl M-x cider(使用localhost并在启动时将端口号打印到控制台lein-try)。
lein try clj-time
M-x cider
localhost
lein-try