Skip to content

Instantly share code, notes, and snippets.

@minikomi
Created January 20, 2012 07:01
Show Gist options
  • Save minikomi/1645890 to your computer and use it in GitHub Desktop.
Save minikomi/1645890 to your computer and use it in GitHub Desktop.
4Clojure #61 solution
(fn [a b]
(reduce
#(assoc % (first %2)(last %2))
{} (partition 2 (interleave a b))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment