Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@crittermike
Created January 5, 2012 19:59
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 crittermike/1566948 to your computer and use it in GitHub Desktop.
Save crittermike/1566948 to your computer and use it in GitHub Desktop.
"More complex transformations can be formed with multiple binding forms"
(= [[: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]]
__)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment