2011/7/9 Ken Wesson <kwess...@gmail.com> > Leiningen is a script, and I thought it might be a Python script. > > On Windows, the interpreter won't typically already be installed > anyway -- at least, you can't count on it. >
Ken, Leiningen is not just a script. It is a Clojure application with a script that makes it possible to run that application w/o all the java -jar … jazz. On Linux, Mac OS X and so on that wrapper is a shell script. On Windows it is .bat file: https://github.com/technomancy/leiningen/tree/master/bin What are kind of improvements to the wrapper cannot be implemented without embedding Python in your opinion? I like the idea of having lein.exe for Windows users, by the way. -- MK http://github.com/michaelklishin http://twitter.com/michaelklishin -- 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