Skip to content

Instantly share code, notes, and snippets.

@unfo
Created December 30, 2009 13:54
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 unfo/266062 to your computer and use it in GitHub Desktop.
Save unfo/266062 to your computer and use it in GitHub Desktop.
(take 10 (for [n (whole-numbers) :when (even? n) ] n))
= > (2 4 6 8 10 12 14 16 18 20)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment