On Mar 14, 2011, at 11:50 PM, John J. Barton wrote:

> On 11:59 AM, Brendan Eich wrote:
>> However, there's no way for a generator function to return that instance, 
>> because a generator function always implicitly returns a fresh generator 
>> iterator when invoked. It could store |this| in the heap, and whatever value 
>> |this| receives is saved as part of the shallow continuation capture by the 
>> generator.
>> 
> The implicit return of a fresh generator iterator makes the example confusing.

It's just like Python.

/be

_______________________________________________
es-discuss mailing list
[email protected]
https://mail.mozilla.org/listinfo/es-discuss

Reply via email to