Skip to content

Comment on Generator (yield keyword) support in CoffeeScript for Node.jsparent

Comments

Generators will be an ES6 feature, and therefore libraries written using generators and yield will run on both the server and in browsers.

For many use-cases, this is a good enough reason to use them.

In my experience there's very few libraries that would require generators that could run on both the server and in browsers.

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.