fasterthanlime / shin

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

Metadata support #28

Closed fasterthanlime closed 9 years ago

fasterthanlime commented 9 years ago

Not on vars (we don't really have vars..) but on Symbols, Keywords, Atoms, Lists, Vectors, Maps, Sets, etc.

fasterthanlime commented 9 years ago

This would really help making #12 effective even with macros

fasterthanlime commented 9 years ago

a02cfe8b6d130ff90f25467da126404c544da19d is related to that.

fasterthanlime commented 9 years ago

Actually needed by Reagent port to support Lifecycle callbacks, cf. https://groups.google.com/forum/#!topic/clojurescript/5WWfXAf4EDI

fasterthanlime commented 9 years ago

Woops, forgot Atoms.