English 中文(简体)
Leiningen 2 互动模式
原标题:Leiningen 2 interactive mode

“ 交互性” 任务是否不再可用于 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.

Edit

提供了404个链接,但我在GitHub周围挖了一下,我发现了它:

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

问题回答

暂无回答




相关问题
How to improve Clojures error messages

I ve been playing a bit with Clojure and so far is fairly impressed, but one thing that I keep running into is wierd error messages from Clojure. This comes in two forms: Java errors, like null ...

clojure rmi classpath problem

I am trying to use clojure to implement a "plugin" for some vendor supplied software. Here is a little background on the vendor supplied software. It expects me to implement a particular interface ...

Help translating this Java codeblock to Clojure?

I m getting my feet wet with Clojure, and trying to get used to functional programming. I ve been translating various imperative functions from other languages into their Clojure equivalents -- and ...

Is functional Clojure or imperative Groovy more readable?

OK, no cheating now. No, really, take a minute or two and try this out. What does "positions" do? Edit: simplified according to cgrand s suggestion. (defn redux [[current next] flag] [(if flag ...

taking java method names as function arg in clojure

All, I want to create a function that takes a symbol representing a java method and applies it to some object: (user=> (defn f [m] (. "foo" (m))) When I execute this, I get a result much ...

how to efficiently apply a medium-weight function in parallel

I m looking to map a modestly-expensive function onto a large lazy seq in parallel. pmap is great but i m loosing to much to context switching. I think I need to increase the size of the chunk of work ...

热门标签