On Sep 6, 2011, at 12:12 AM, Dmitry Soshnikov wrote:

> On 03.09.2011 3:39, Brendan Eich wrote:
>> 
>> On Sep 2, 2011, at 4:15 PM, John J Barton wrote:
>> 
>>> Ok I hope someone creates more tutorial information about generators. I 
>>> read about them and played around with some examples, but I did not come 
>>> away thinking positive.
>> 
>> You might start with Dave Herman's async library, task.js:
>> 
>> https://github.com/dherman/taskjs/
>> 
> 
> The code of a complete library is always too complicated IMO to "begin with".

I was not recommending reading the library's implementation! Rather, its API 
(which requires use of yield -- without generators, such an API is impossible 
in JS without a compiler).

/be
_______________________________________________
es-discuss mailing list
es-discuss@mozilla.org
https://mail.mozilla.org/listinfo/es-discuss

Reply via email to