On Sat, May 8, 2010 at 9:20 AM, Adam Jones <ajon...@gmail.com> wrote:

> Have you seen Leiningen? [1]. It seems like it will do what you want
> with "lein repl", and additionally it has some nice features for
> acquiring dependencies and building a .jar from your project.
>
> [1] http://github.com/technomancy/leiningen#readme
>
>
> leiningen is even more complicated than clojure in a windows environment
:-)

First, you need to install maven2 which don't have installer meaning you
need to go around with changing the PATH

Then you need to find out your personal .m2 repo location and manually
download the leniningen jar to there(and also the clojure jars too)

Then you need to  download the sort of 'experimental' lein.bat and you can
do that 'lein repl' command.

In general, java based command line utilities(ant, maven etc.) are very
intimidating in windows environment.

-- 
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