boot

:boot-clj: https://boot-clj.github.io/ — build tooling for Clojure. Dev chat in #boot-dev
borkdude 2020-07-24T09:28:38.065400Z

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