count-to-6 icon indicating copy to clipboard operation
count-to-6 copied to clipboard

Generators

Open domenic opened this issue 10 years ago • 1 comments

Too big?

Focus on lazy sequences?

Make them write a combinator, e.g. takeWhile?

https://github.com/lukehoban/es6features#generators

domenic avatar May 19 '14 07:05 domenic

please!

i think a concept people should know, at least for using for control flow, is that generators are not just "iterators", but simply allow "arbitrary execution". a case to make your own tiny control flow thing would be cool. maybe tie it in with promises.

jonathanong avatar Jun 10 '14 07:06 jonathanong