fasterthanlime / shin

:warning: (def shin (dissoc clojurescript :jvm :google_closure)) (deprecated)
MIT License
35 stars 1 forks source link

Better number literals #113

Closed fasterthanlime closed 9 years ago

fasterthanlime commented 9 years ago

Right now the following aren't supported:

-1
1.0

Apparently .1 is not a thing in Clojure.