Skip to content

Instantly share code, notes, and snippets.

@yoppi
Created May 31, 2011 04:16
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 yoppi/999847 to your computer and use it in GitHub Desktop.
Save yoppi/999847 to your computer and use it in GitHub Desktop.
List Comprehension with CoffeeScript
# like list comprehension
list = (i for i in [0..10] when i % 2 is 0)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment