Ah. I'm still looking for a "minimal safe cut" for ES6 -- would it be possible to remove `@@iterator` from iterators created from generators? (Now I see that this conversation has turned on itself, since it began with a discussion about whether iterators should be iterable, etc.)
Again, I would expect that we can replace `@@iterator` from generator-created iterators eventually, I have no problems with the general iterable/iterator structure[*]. I'm just trying to cut off pieces so that we have something useful for ES6 in the very short term, which we can improve in ES7 without breaking previously-working code. --scott ps. that is, I'm trying to forestall returning to the "should iterators be iterable" debate. I actually don't have a strong opinion one way or the other.
_______________________________________________ es-discuss mailing list [email protected] https://mail.mozilla.org/listinfo/es-discuss

