Skip to content

Instantly share code, notes, and snippets.

@robotlolita
Created February 23, 2011 19:02
Show Gist options
  • Save robotlolita/840951 to your computer and use it in GitHub Desktop.
Save robotlolita/840951 to your computer and use it in GitHub Desktop.
do slow_loop = ->
(setTimeout slow_loop, 1000)
do ->
(setTimeout arguments.callee, 1000)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment