Skip to content

Instantly share code, notes, and snippets.

@kartikshah
Created May 17, 2011 03:00
Show Gist options
  • Save kartikshah/975826 to your computer and use it in GitHub Desktop.
Save kartikshah/975826 to your computer and use it in GitHub Desktop.
4Clojure - 55
(fn [xs]
(let [m (group-by (fn [x] x) xs)]
(zipmap (keys m) (map count (vals m)))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment