Skip to content

Instantly share code, notes, and snippets.

@greenmang0
Created September 2, 2011 12:24
Show Gist options
  • Save greenmang0/1188488 to your computer and use it in GitHub Desktop.
Save greenmang0/1188488 to your computer and use it in GitHub Desktop.
(defn pronounce-nums
[coll]
(interleave
(vec (map count (partition-by identity coll)))
(distinct coll)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment