Skip to content

Instantly share code, notes, and snippets.

@Kuchitama
Created June 12, 2012 17:09
Show Gist options
  • Save Kuchitama/2918738 to your computer and use it in GitHub Desktop.
Save Kuchitama/2918738 to your computer and use it in GitHub Desktop.
Sample Answer for 4Clojure#156
;; 4Clojure #156 Map Defaults
(fn [v ks] (zipmap ks (repeat (count ks) v)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment