I study Clojure, but I donβt actually build entire projects for every small piece of code, I just throw them in the REPL. Sometimes the code snippets that I study require dependencies (usually what is / was in clojure.contrib).
The only way I can get these dependencies on my computer is to have an empty leiningen project, add the dependency to project.clj and run lein deps .
Is there any way to download libraries around the world, outside the project? If that's what I really don't want, why?
source share