maxtaco / coffee-script

IcedCoffeeScript
http://maxtaco.github.com/coffee-script
MIT License
726 stars 58 forks source link

have a look at sjs and maybe borrow some features #9

Closed paulmillr closed 5 years ago

paulmillr commented 12 years ago

http://onilabs.com/apollo

waitfor
  news = http.get 'http://news.bbc.co.uk'
or
  hold 1000
  news = http.get 'http://news.cnn.com'
or
  hold 60 * 1000
  throw new Exception 'Sorry, no news'
show news
flosse commented 12 years ago

+1

andreyvit commented 12 years ago

+1