Fork me on GitHub
#cljs-dev
<
2018-01-27
>
anmonteiro00:01:17

yeah I noticed that too

anmonteiro00:01:43

I assume because it reads/evals 100/3 which is valid JavaScript

anmonteiro00:01:22

I really thought ratios were supported in ClojureScript

mfikes02:01:21

Ratio support is one of the ancient tickets: https://dev.clojure.org/jira/browse/CLJS-555

mfikes03:01:44

Map entries in ClojureScript support meta, while they don't in Clojure. I suppose this isn't really a defect, per se.

mfikes16:01:59

I've drafted some copy explaining the new map entry stuff and added it to the draft news article: https://github.com/clojure/clojurescript-site/pull/156