Skip to content

Instantly share code, notes, and snippets.

@xtang
Created October 25, 2012 11:54
Show Gist options
  • Save xtang/3952180 to your computer and use it in GitHub Desktop.
Save xtang/3952180 to your computer and use it in GitHub Desktop.
Clojure: Iterate over map
(doseq [[k v] db] (prn k v))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment