fasterthanlime / shin

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

Implement == and === builtins #53

Closed fasterthanlime closed 9 years ago

fasterthanlime commented 9 years ago

Mostly it should be equivalent to js-bop == x y and js-bop === x y, I think