Skip to content

Instantly share code, notes, and snippets.

@astoddard
astoddard / gist:3799877
Created September 28, 2012 13:33 — forked from jaycfields/gist:3796964
less dry, easier to digest
(-> [jay john mike chris]
(->> (filter (comp (partial = "new york") :current-city)))
(->> (group-by :employer))
(update-in ["drw.com"] (partial map :name)))
@astoddard
astoddard / gist:3799887
Created September 28, 2012 13:33 — forked from jaycfields/gist:3796964
less dry, easier to digest
(-> [jay john mike chris]
(->> (filter (comp (partial = "new york") :current-city)))
(->> (group-by :employer))
(update-in ["drw.com"] (partial map :name)))