This leaves me wondering, will AtScript support ES6 generators? If it's a true superset of ES6, then yes, and Traceur supports generators so this seems reasonable. But, TypeScript doesn't support generators yet, and I don't know enough about Dart to guess whether it would support that.
I would love to be able to use generators with AtScript for async/await-style programming as popularized by Koa, Co, Bluebird, and other libraries. Any thoughts or speculation on whether this might be possible?
--
You received this message because you are subscribed to the Google Groups "AngularJS" group.
To unsubscribe from this group and stop receiving emails from it, send an email to angular+u...@googlegroups.com.
To post to this group, send email to ang...@googlegroups.com.
Visit this group at http://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.
Hi Kyle,AtScript is NOT about building a new language.Miško Hevery does address this concern right away in his Keynote on AtScript at ng-europe 2014:It is more an attempt to predict and create the future direction for JS (using "proven concepts and syntax" from Dart, TypeScript, and ES6).The goal is extend existing JS so we can build even better apps, but also support current eco-systems.