fasterthanlime / shin

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

Destructuring support #14

Closed fasterthanlime closed 9 years ago

fasterthanlime commented 9 years ago

Namely:

Jay Fields has a nice page about it

Also, [official clojure.org page on it](http://clojure.org/special_forms#Special Forms--Binding Forms %28Destructuring%29)

Also, clojuredocs cool page on it

Related ki issue: https://github.com/lantiga/ki/issues/11 (Hi Luca!)