Fork me on GitHub
#lein-figwheel
<
2017-08-11
>
atroche16:08:35

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"} 

atroche16:08:43

this happens at the repl, but also just when I try to compile it

atroche16:08:49

has anyone else run into this?

atroche17:08:01

oh, excuse me, I had an old version of clojure.tools.reader on the classpath. my fault for not using :pedantic? :abort 🙂