fasterthanlime / shin

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

Write part of the stdlib in as Shin functions #4

Closed fasterthanlime closed 9 years ago

fasterthanlime commented 9 years ago

contains? is written in shin now.

Makes tests slower, b/c more work done, also needs a separate ModuleCache thing so test suite doesn't stupidly recompile lib/shin/cljs/shin.core.cljs all the time.