On 5 March 2010 04:39, Chris Perkins <[email protected]> wrote:
> > The situation is worse on Windows, where I can't even get leiningen to > work at all. Luckily I'm only working on one clojure project, so I > just copy clojure.jar and clojure-contrib.jar into my project's lib > directory, as well as a faked version of swank-clojure.jar (just a > zipfile of swank source, renamed to ".jar"). That works well enough > for me. Then I have a tiny little Rakefile that builds a classpath > string from the contents of lib/, and has two tasks: run tests, and > start a repl (which I rarely use anymore, since I got swank-clojure > working). > > Windows seems to be a second class citizen as far as clojure tools go. I wasn't able to figure out how to get it going on Windows either which makes things much harder considering so many clojure projects are now using it. Getting swank-clojure going in Windows is also a pain. To install it the recommended way via ELPA you need to patch the ELPA source code first. This isn't documented at the swank-clojure site either. I'm hopeful this situation will improve going forward but right now things are still very bleeding edge. -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en
