Our great sponsors
-
This isn’t the answer you’re looking for but I wrote a JavaScript library a while back which supports async algebraic effects. It’s non-blocking but not parallel. Here’s a link to some toy examples: https://github.com/machellerogden/with-effects/blob/master/examples/async.js I figured I’d leave this here just in case it’s of interest.
-
I think [Dex](https://github.com/google-research/dex-lang) might be along the lines of what you're looking for, although its focus is on SIMD GPU-style parallelism rather than thread-level parallelism.
-
SonarQube
Static code analysis for 29 languages.. Your projects are multi-language. So is SonarQube analysis. Find Bugs, Vulnerabilities, Security Hotspots, and Code Smells so you can release quality code every time. Get started analyzing your projects today for free.
-
You'll get fearless parallel with STM in the mixture, and GHC is getting a work in progress effect system for Haskell, as Delimited continuation primops has been merged.
-
You'll get fearless parallel with STM in the mixture, and GHC is getting a work in progress effect system for Haskell, as Delimited continuation primops has been merged.