Okay, Lein really does make stuff pretty easy. Rather than wrestling with eleventybillion classpaths, just install Lein.
Create a new project directory with lein new mydirectory
Change the
project.clj file that is autogenerated with:
(that is, add the mysql and incanter dependencies).
Download all the dependencies with lein deps
Start up a REPL with everything in the classpath by just using
lein repl
Wow, that’s kind of nice.
Comments are moderated whenever I remember that I have a blog.
There are no comments on this article.