_.throttle( -> console.log("Foo") 500 )
Edit: Couldn't find that this has ever been suggested before, so I created a github issue: https://github.com/jashkenas/coffee-script/issues/2307
_.throttle -> console.log("Foo") , 500