Brendan Eich (2013-07-29T20:29:17.000Z)
domenic at domenicdenicola.com (2013-08-02T20:06:57.800Z)
Brandon Benvie wrote: > Ah right, forgot about that. Another example (in the wild) is > SpiderMonkey's use of "iterator" for the iteration protocol. In ES4 days it was `__iterator__`, after dunder-iter in Python. More recently, Jason implemented 'iterator' for two reasons, I think: 1, lack of symbol spec of implementation as prerequisite; 2, belief that a public name was better. Jason argued that case here, but I don't think he prevailed (Dean Landolt disagreed). We aren't putting this out "in the wild" for use by anyone, it's just a temporary state, which depends on symbol spec resolution for ES6 -- this thread's topic!