Results 204 comments of Maxwell Krohn

Ok, great, I think we're in business. I pushed out a very small change in IcedCoffeeScript 1.6.2c (93e7f0d0ec8c847bac31b0e22863cf6bcc52f5ed) to make this possible. It's to expose `__iced_deferrals` as `arg.context`, which means...

Oh, and I take it back, your code won't work, because you need to give IcedCoffeeScript something of the form `foo.defer x,y,z`. Otherwise you won't get the compiler to rephase...

Just so I understand, why can't this work? ``` coffeescript errTo = (errCallback, callback) -> (err, args...) -> if not err? callback(args...) else if not errCallback?.__errToUsed errCallback.__errToUsed = true errCallback(err)...

...And one more proposal is the "curried" form, which is similar to your "bound" form above.... ``` coffeescript errTo = (errCallback) -> (callback) -> (err, args...) -> if not err?...

Good luck, and thanks for your feedback. Let me think a bit more about that context object addition you wanted before I go ahead with it...

That's a good point. Even worse, twitter has stopped providing a search API so the example no longer works.

It should work with iced-coffee-script-3. Can you give it a shot? On Tuesday, July 19, 2016, Alexander Kuznetsov [email protected] wrote: > Destructuring assignment example from http://coffeescript.org/ is not > compatible...

See: https://github.com/maxtaco/coffee-script/tree/iced3 OR install via `npm` with `npm install -g iced-coffee-script-3`

That's for multiple PGP keys, which we now allow. Yeah, we only allow one twitter account for now. We might relax that constraint in the future...