Created
February 20, 2012 10:40
-
-
Save jacob414/1868723 to your computer and use it in GitHub Desktop.
CoffeeScript pseudo-generator
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
counter = (start) -> | |
n = start | |
-> n++ | |
c = counter(0) | |
while 2 >= i = c() | |
alert i |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment