Hi, I had ran into similar problems as yours before. I solved them by removing Leiningen from my computer completely and using the Nightcode IDE (https://nightcode.info) instead as it has an integrated Leiningen. The best thing about Nightcode is that it has integrated templates which can make android and Gui development very easy. It's main weakness is that it does not have powerful IDE features such as intellisense, refactoring etc. and only support paredit for code editing.
One of the solutions to your problem is to comment out both wget and curl from the batch file and use only the powershell download function. However, the downside of this is that it can only be installed on a administrator account and I have spent hours trying to get it to run on a non-admin without success. 1)Open up Powershell by right clicking and selecting run as adminstrator. 2)Open up the batch file with an code editor, e.g. Notepad++ and comment out everything that has to do with wget or curl. The installer batch file would usually try to invoke curl, wget and powershell simultaneously and would fail if any of the required files are missing. However, since you only need the powershell function to download and install it, there is no longer the need for either of the features. 3) Cd into your desired directory and install it by invoking the batch file. 4) If you really deteste the clojure community because of their lack of support for windows, I would suggest that your try out ClojureCLR which runs on the .Net Framework and the Common Library Runtime and if more windows users use ClojureCLR, the ClojureCLR team might finally come to their senses and remove the verbose loop + recur syntax as the CLR supports tail-recursion unlike the goddamned JVM. Good Luck! -- 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 --- You received this message because you are subscribed to the Google Groups "Clojure" group. To unsubscribe from this group and stop receiving emails from it, send an email to clojure+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.