hello! I'm having problems with the namespaced map literal syntax in figwheel:
app:cljs.user=> *clojurescript-version*
"1.9.854"
app:cljs.user=> #:: {:a 1}
clojure.lang.ExceptionInfo: Invalid token: :: {:type :reader-exception, :line 1, :column 4, :file "NO_SOURCE_FILE"}
this happens at the repl, but also just when I try to compile it
has anyone else run into this?
oh, excuse me, I had an old version of clojure.tools.reader on the classpath. my fault for not using :pedantic? :abort 🙂