Skip to content

Instantly share code, notes, and snippets.

@rdsr
Created November 16, 2010 05:00
Show Gist options
  • Save rdsr/701446 to your computer and use it in GitHub Desktop.
Save rdsr/701446 to your computer and use it in GitHub Desktop.
(->> colls
(reduce #(for [x %1 y %2] [x y]))
(map flatten)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment