Skip to content

Instantly share code, notes, and snippets.

@mbriggs
Created July 13, 2012 17:58
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 mbriggs/3106300 to your computer and use it in GitHub Desktop.
Save mbriggs/3106300 to your computer and use it in GitHub Desktop.
(loop for i in '(1 2 3)
for l in (+ 1 i)
for k = (* i l)
collect k)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment