Hi,

Am 21.07.2011 um 23:14 schrieb Dan:

> Aside from the fact that Leiningen is coded in Clojure and Gradle in
> Groovy are there any other noteworthy differences? Are there any
> benefits of using Leiningen over Gradle and vice-versa? Thanks.

There are a lot of plugins available for leiningen, which add clojure centric 
functionality like searching on clojars etc. gradle on the other comes with a 
lot of pre-made plugins for other languages and tasks, scala, groovy, java, 
war, jetty, etc. And it picks up a lot drive lately.

So it basically depends on what you want to do, I guess. If you have to be 
flexible and integrate with other languages or interface with some legacy build 
system,  gradle is certainly worth a look. If you "just" use clojure, leiningen 
gets you up and running in no time.

Sincerely
Meikel

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to