Skip to content

Instantly share code, notes, and snippets.

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