Skip to content

Instantly share code, notes, and snippets.

@lukaszkorecki
Created December 4, 2015 15:36
Show Gist options
  • Save lukaszkorecki/3754a60eb68579e6b8e0 to your computer and use it in GitHub Desktop.
Save lukaszkorecki/3754a60eb68579e6b8e0 to your computer and use it in GitHub Desktop.
(into {}
(map (fn [a]
(let [ [ x y ] a ]
[ (keyword x) y ])) c))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment