Skip to content

Instantly share code, notes, and snippets.

@gtrak
Created April 29, 2013 23:20
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/5485591 to your computer and use it in GitHub Desktop.
Save gtrak/5485591 to your computer and use it in GitHub Desktop.
(def mailbox-map
(vec (concat (repeat 20 -1)
(flatten (map #(concat [-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