Created
September 27, 2012 22:37
-
-
Save jaycfields/3796868 to your computer and use it in GitHub Desktop.
thread-last solution
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(->> [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