V8 developers start working on ES6 generators for JavaScript
code.google.com
V8 developers start working on ES6 generators for JavaScript
1–10 of 33 posts
Re: V8 developers start working on ES6 generators for JavaScript
#2Re: V8 developers start working on ES6 generators for JavaScript
#3[for (x of a) for (y of b) x * y]
but those would be really nice as well.
A few months ago the ES committee decided to switch them from reading right-to-left (as in spidermonkey comprehensions, python, and haskell) to reading left-to-right (as in C#):
Re: V8 developers start working on ES6 generators for JavaScript
#4Re: V8 developers start working on ES6 generators for JavaScript
#5Re: V8 developers start working on ES6 generators for JavaScript
#6Re: V8 developers start working on ES6 generators for JavaScript
#7I have been waiting to use this feature on the web, well, since Mozilla implemented it, which must have been at least 5 years ago.
Re: V8 developers start working on ES6 generators for JavaScript
#8A 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.
Edit: I think some ports are maintained from people outside Google. It's not really easy to tell, because most people have @chromium addresses.
Re: V8 developers start working on ES6 generators for JavaScript
#9Ahaha, 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.
Re: V8 developers start working on ES6 generators for JavaScript
#10A 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.
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…