Fork me on GitHub
#boot
<
2020-07-24
>
borkdude09:07:38

I have a weird problem with boot and carmine:

boot.user=> (require '[taoensso.carmine.commands] :reload-all)
       java.lang.ClassNotFoundException: clojure.tools.reader.reader_types.Reader
         java.lang.NoClassDefFoundError: clojure/tools/reader/reader_types/Reader
clojure.lang.Compiler$CompilerException: Syntax error compiling at (taoensso/carmine/commands.clj:267:1).
I have org.clojure/tools.reader 1.3.2 on my classpath and clojure.tools.reader.reader_types.Reader is also available as a class in the REPL