rook
rook copied to clipboard
example code broke
I just downloaded the zip of rook then:
unzip ~/Downloads/rook-master.zip
cd rook-master/manual/code/example/
lein run
and get (after dependencies are downloaded, including medley):
java.io.FileNotFoundException: Could not locate medley/core__init.class or medley/core.clj on classpath:
clojure.lang.Compiler$CompilerException: java.io.FileNotFoundException: Could not locate medley/core__init.class or medley/core.clj on classpath: , compiling:(io/aviso/rook/dispatcher.clj:1:1)
This is old, but for future readers: You should make sure you're using the proper version of clojure. At some point medley was broken for old versions and works with version >= 1.7.0 (try: [org.clojure/clojure "1.7.0"]
)