Setting the Classpath and Accessing code from book: Programming Clojure
- by user130153
(I posted this same question on the Clojure list but haven't got an answer yet. Is anyone here ready to help?)
I am going through Programming Clojure and I recently downloaded the code from the books official website. For other utils I can do, for example, (require 'clojure.contrib.str-utils) and it works. But how do I load code from the book?…