fasterthanlime / shin

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

Make comparison ops into special forms #47

Closed fasterthanlime closed 9 years ago

fasterthanlime commented 9 years ago

Sample mainline cljs output:

if (((i < 10)) && (((10 < 20)) && ((20 < 23409)))) {
  // ...
}