Skip to content

Instantly share code, notes, and snippets.

@deque-blog
Created June 22, 2017 16:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save deque-blog/d4e0afe3d90fc61ea59b81807f6322c5 to your computer and use it in GitHub Desktop.
Save deque-blog/d4e0afe3d90fc61ea59b81807f6322c5 to your computer and use it in GitHub Desktop.
(enum-dist->buckets {:a 1 :b 2})
;=> [[:a :b 1/3]]
(enum-dist->buckets {:a 1 :b 1 :c 2})
;=> [[:a :c 1/2] [:b :c 1/2]]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment