Fork me on GitHub
#cljs-dev
<
2018-08-02
>
anmonteiro16:08:20

this doesn’t work in ClojureScript: (def . 42)

anmonteiro16:08:29

but Clojure accepts it just fine

anmonteiro16:08:36

user=> (def . 1)
#'user/.
user=> .
1

Alex Miller (Clojure team)17:08:14

well I’d say you shouldn’t do that :)

anmonteiro17:08:06

well, I wasn’t; I just sorta happened to try it by curiosity

anmonteiro17:08:35

but “shouldn’t do that” vs working is different IMO