Skip to content

Instantly share code, notes, and snippets.

@gtrak
Created April 29, 2013 23:30
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 gtrak/5485628 to your computer and use it in GitHub Desktop.
Save gtrak/5485628 to your computer and use it in GitHub Desktop.
(def mailbox-map
(vec (flatten [(repeat 20 -1)
(map #(do [-1 % -1])
(partition 8 (range 64)))
(repeat 20 -1)])))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment