Skip to content

Instantly share code, notes, and snippets.

@astoddard
Forked from jaycfields/gist:3796964
Created September 28, 2012 13:33
Show Gist options
  • Save astoddard/3799877 to your computer and use it in GitHub Desktop.
Save astoddard/3799877 to your computer and use it in GitHub Desktop.
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)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment