On a fresh lein install, when I start the repl via lein repl
and enter into the repl:
(use 'clojure.math.numeric-tower)
It throws an error:
FileNotFoundException Could not locate clojure/math/numeric_tower__init.class or clojure/math/numeric_tower.clj on classpath.
I'm new to Clojure so I don't really know how to fix this.
Lein version: Leiningen 2.7.1 (lein -v)
Clojure version: 1.8.0 ( (clojure-version) )