Ahaha, finally! I have been waiting to use this feature on the web, well, since Mozilla implemented it, which must have been at least 5 years ago.
Why didn't ecma just use Mozilla's implementation?
V8 developers start working on ES6 generators for JavaScript
11–20 of 33 posts
Re: V8 developers start working on ES6 generators for JavaScript
#12Re: V8 developers start working on ES6 generators for JavaScript
#13Andy Wingo mentioned via twitter that he's working on it: https://twitter.com/andywingo/status/316644148532891648
Re: V8 developers start working on ES6 generators for JavaScript
#14This article in question was already discussed in some depth on HN[2].
Can't wait for an era of much more elegant async code!
Re: V8 developers start working on ES6 generators for JavaScript
#15A bit offtopic, but: are all chromium & V8 team members Googlers? just wondering, chromium and V8 are both open source, but I've never head of any major contributors other than Google itself.
Re: V8 developers start working on ES6 generators for JavaScript
#16A bit offtopic, but: are all chromium & V8 team members Googlers? just wondering, chromium and V8 are both open source, but I've never head of any major contributors other than Google itself.
Re: V8 developers start working on ES6 generators for JavaScript
#17Earlier quoted context omitted.
Why didn't ecma just use Mozilla's implementation?
The spec is quite closely modelled after Mozilla's implementation, yes. Other engines just neglected to implement it.
Why would they have? Seems like waiting for ecma approval and specification makes sense.
Re: V8 developers start working on ES6 generators for JavaScript
#18Earlier quoted context omitted.
From what I gathered (ie. talking to mraleph) v8 is mostly just Google employees. I can't speak about Chromium. The contributor situation is not vastly different for SpiderMonkey or JSC. I am usually the only contributor, besides 1-3 others that sometimes work on SpiderMonkey. Edit: I think some ports are maintained from people outside Google. It's not really easy to tell, because most people have @chromium addresses…
[deleted]
Re: V8 developers start working on ES6 generators for JavaScript
#19Note the opportunity here: all your promises code immediately turns into this: http://taskjs.org/
Re: V8 developers start working on ES6 generators for JavaScript
#20A bit offtopic, but: are all chromium & V8 team members Googlers? just wondering, chromium and V8 are both open source, but I've never head of any major contributors other than Google itself.