clojure - 莱宁根2交互模式

标签 clojure leiningen

leiningen 2 不再提供“交互式”任务吗?有没有类似功能的替代品或插件?我正在使用 leiningen 2.0.0-preview4

最佳答案

我会注意到最后一段可能解释了发生了什么:

https://groups.google.com/d/msg/leiningen/whV-VUdKSWM/O9H7cUQbGF8J

I should note that I'm considering dropping the interactive task in 2.0 in favour of Jark. You may want to try it instead: http://icylisper.in/jark/start.html While the upcoming Jark version intends to support running lein tasks, it unfortunately appears to be nonfunctional currently.

编辑

提供的链接给出了 404,但在 GitHub 上挖掘后我发现了它:

http://icylisper.github.com/jark/

关于clojure - 莱宁根2交互模式,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10728663/

相关文章:

clojure - 如何配置 Leiningen 以使用企业存储库?

clojure - 在 lein repl 中需要 core.async

clojure - 从命令行管理 `project.clj` 中的依赖项

maven - 莱宁根等效于 maven 依赖项 `type` 元素

clojure - Spark 会支持 Clojure 吗?

clojure - 在 Clojure 中编写累加器函数

windows - 在 Windows 上的 Git Bash 中使用 Leiningen

Clojure/ClojureScript交叉和cljx

clojure - 函数调用->线程宏

java - Clojure 与 Java 的互操作 : how to call a class?