simple tool for compiling Clojure .clj into .class / .jar
问题 I've found two ways of compiling Clojure *.clj files into *.class files, and while they both work, I have some gripes with both of them. The first one uses a REPL and so cannot be automated (or can it?) The second one uses lein . To be frank I don't see why I should use a dependency management tool for something that should be part of the core tool-chain of the language. But in any case, using lein soon forces you to use a local Maven repository if your Clojure code needs to access local jars