fasterthanlime / shin

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

Do something about reserved words #83

Closed fasterthanlime closed 9 years ago

fasterthanlime commented 9 years ago

There's a shitload of this, case, class in ClojureScript code.

Who thought this was a good idea? :(

I'd do a quick replace, but I'm not sure that between Identifier.new and make_ident() all the cases would be covered, and I don't have time to spec it all out correctly...

fasterthanlime commented 9 years ago

Needed to implement #82 as a macro