Skip to content

Instantly share code, notes, and snippets.

@jaycfields
Created September 27, 2012 22:37
Show Gist options
  • Save jaycfields/3796866 to your computer and use it in GitHub Desktop.
Save jaycfields/3796866 to your computer and use it in GitHub Desktop.
thread-last solution
(->> [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