fasterthanlime / shin

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

Short-form anonymous functions #21

Closed fasterthanlime closed 9 years ago

fasterthanlime commented 9 years ago

E.g. stuff like

(map #(* % 2) some-numbers) ; yay, everything is doubled!

Don't forget: