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?
What I’ve found with lein is installing it and then depending on a specific version of Clojure causes that version to be fetched, and the .jar file winds up in the maven repository.
I’m not sure how Clojure is packaged with lein, but I do know from watching a lein build that it causes the version of Clojure in
:dependenciesto be fetched (downloaded).lein is so good, that I actually un-installed default Clojure, because having lein is less of a pain when Clojure goes into a new revision.