fasterthanlime / shin

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

Re-implement let without anonymous fns. #25

Closed fasterthanlime closed 9 years ago

fasterthanlime commented 9 years ago

I thought about using Traceur (ES6->ES5 transpiler) but I believe we don't need to do that. We can just finally start to resolve symbols.

fasterthanlime commented 9 years ago

Woops, they still use anonymous funcs most of the time. #30 should help with that.