Skip to content

Instantly share code, notes, and snippets.

@marioaquino
Created October 2, 2010 13:32
Show Gist options
  • Save marioaquino/607645 to your computer and use it in GitHub Desktop.
Save marioaquino/607645 to your computer and use it in GitHub Desktop.
(= [[:top :left] [:top :middle] [:top :right]
[:middle :left] [:middle :middle] [:middle :right]
[:bottom :left] [:bottom :middle] [:bottom :right]]
(for [row [:top :middle :bottom] column [:left :middle :right]]
[row column])))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment