--
--
Job Board: http://jobs.nodejs.org/
Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
You received this message because you are subscribed to the Google
Groups "nodejs" group.
To post to this group, send email to nod...@googlegroups.com
To unsubscribe from this group, send email to
nodejs+un...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/nodejs?hl=en?hl=en
---
You received this message because you are subscribed to the Google Groups "nodejs" group.
To unsubscribe from this group and stop receiving emails from it, send an email to nodejs+un...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
You received this message because you are subscribed to a topic in the Google Groups "nodejs" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/nodejs/aXNCkBxGDYE/unsubscribe.
To unsubscribe from this group and all its topics, send an email to nodejs+un...@googlegroups.com.
Ok, that's definitely too evil :-)
though quite evil, it's also possible to turn features on at runtime https://npmjs.org/package/setflags
I think the question most important about this topic it is: will Node.js substitute callback by generators in 1.0?
If it will, it will be a completely different language and platform.
Sincerely, I would like to know if generators will be the "next great thing", since they are another way of thinking very different from callbacks (in fact, Node.js wouldn't be the same Node.js we know)
You can see a movement in this direction inside Express team, who has launched Koa, for instance...
Guys, just my humble opinion... I don't think node APIs will directly make use of generator (or promises) in a near future, since they will break almost everything.
What, to me, is more important is to understand weather developer can reasonably hope to have support for these features in the platform or not, so that new higher-level APIs and framework could be built on top of it.
For what I understand, after quite a lot of research, v8 will more likely NOT enabled harmony features without flag until the standard is finalized. That being, according to people on es-discuss, something around end of Q1 for a RC version, end of the year for the final Ecmascript 6 publication
Thanks everybody for helping!
Guys, just my humble opinion... I don't think node APIs will directly make use of generator (or promises) in a near future, since they will break almost everything.
What, to me, is more important is to understand weather developer can reasonably hope to have support for these features in the platform or not, so that new higher-level APIs and framework could be built on top of it.
For what I understand, after quite a lot of research, v8 will more likely NOT enabled harmony features without flag until the standard is finalized. That being, according to people on es-discuss, something around end of Q1 for a RC version, end of the year for the final Ecmascript 6 publication
Thanks everybody for helping!