Is there a standalone Clojure package within Leiningen?
问题 After installing leiningen with this script https://raw.github.com/technomancy/leiningen/preview/bin/lein , I can use the repl by typing lein repl , so I think the clojure has already been installed by leiningen . Do I need to download the JAR of the clojure again from the offical site? If there's no need to do this, where's the JAR file of clojure that leiningten depends on? 回答1: What I've found with lein is installing it and then depending on a specific version of Clojure causes that