Skip to content

Instantly share code, notes, and snippets.

@jennifersmith
Created June 29, 2011 11:17
Show Gist options
  • Save jennifersmith/1053659 to your computer and use it in GitHub Desktop.
Save jennifersmith/1053659 to your computer and use it in GitHub Desktop.
Doseq
(doseq [i [1 2 3 4]] (print i))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment