Skip to content

Instantly share code, notes, and snippets.

@jacob414
Created February 20, 2012 10:40
Show Gist options
  • Save jacob414/1868723 to your computer and use it in GitHub Desktop.
Save jacob414/1868723 to your computer and use it in GitHub Desktop.
CoffeeScript pseudo-generator
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