Hi,
in chapter 10.9's exercise, we need to use nomads library:
`(use 'clojure.algo.monad)
When trying to run it in lein , It has an error that it can't the class:
user=> (use 'clojure.algo.monad)
Execution error (FileNotFoundException) at user/eval2792 (REPL:1).
Could not locate clojure/algo/monad__init.class, clojure/algo/monad.clj or
clojure/algo/monad.cljc on classpath.
⇒ lein -v
Leiningen 2.9.1 on Java 1.8.0_172 Java HotSpot(TM) 64-Bit Server VM
e
Anyone has an idea?
(couldn't find anything in Google)
Thanks
Hi,
in chapter 10.9's exercise, we need to use nomads library:
`(use 'clojure.algo.monad)
When trying to run it in lein , It has an error that it can't the class:
e
Anyone has an idea?
(couldn't find anything in Google)
Thanks