ES6 Generators Deliver Go Style Concurrency

1 · David Nolen · Aug. 24, 2013, midnight
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 had thought about this in the past but I could not see how. Part of this was that I'd never seen how a CSP system works under the hood (now I have months of core.async development under my belt) and part of it was my distraction over the limita...