3

I am using Clojure 1.6.0 and I get this error:

CompilerException java.io.FileNotFoundException:
Could not locate clojure/core/logic__init.class or clojure/core/logic.clj on classpath: ,
compiling:(hello\core.clj:8:70)

zx485
  • 28,498
  • 28
  • 50
  • 59

1 Answers1

0

Add [org.clojure/core.logic "1.0.0"] to your leiningen dependencies. See https://github.com/clojure/core.logic for more information.

wedesoft
  • 2,781
  • 28
  • 25