ES6 Generators Deliver Go Style Concurrency

Last night I expressed some frustration about the state and future of
concurrency in JavaScript. I ended up having a little bit of back and
forth with David Herman and he
pointed out that ES6 Generators can express Go
and core.async’s flavor of
CSP. Now
I… Read more

Similar

Regular Expressions in a post-ES6 world

In this article we’ll take a look at regular expressions in and after ES6. There’s a couple of regular expressions flags which were introduced in ES6: the /y or sticky flag, and the /u or Unicode flag. Then we’ll discuss five proposals which are making th... (more…)

Read more »