Skip to content

Instantly share code, notes, and snippets.

@mbriggs
Created July 13, 2012 17:35
Show Gist options
  • Select an option

  • Save mbriggs/3106173 to your computer and use it in GitHub Desktop.

Select an option

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