Closed fasterthanlime closed 9 years ago
I'm aware of the issue, I had it in my todo list. I'll look into it.
Fixed, closing.
Nice fix! Wouldn't it make sense to specify ident
in def
forms as well? (Everywhere an identifier is expected, in fact.)
Good point, added ident to def, defn and ns, see 5e81731fd210fb5616afd0ada408eb8f99ebac59.
The following:
Is valid Clojure/ClojureScript as far as I can tell, but it fails with:
A workaround is to surround the vector literal with a
(do )
.