Skip to content

Instantly share code, notes, and snippets.

@fogus
Created October 23, 2014 17:10
Show Gist options
  • Save fogus/d74f99885e09cec15183 to your computer and use it in GitHub Desktop.
Save fogus/d74f99885e09cec15183 to your computer and use it in GitHub Desktop.
(defn splat-map [m]
(reduce (fn [acc [k v]] (-> acc (conj k) (conj v))) [] m))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment