Looking for languages that combine algebraic effects with parallel execution

This page summarizes the projects mentioned and recommended in the original post on /r/ProgrammingLanguages

InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. with-effects

    Dead simple algebraic effects for JavaScript

    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.

  2. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  3. dex-lang

    Research language for array processing in the Haskell/ML family

    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.

  4. eff

    🚧 a work in progress effect system for Haskell 🚧 (by hasura)

    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.

  5. ghc-proposals

    Proposed compiler and language changes for GHC and GHC/Haskell

    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.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Spade Hardware Description Language

    4 projects | news.ycombinator.com | 12 May 2025
  • Stop shipping insecure Dockerfiles: real devs don’t run as root

    2 projects | dev.to | 3 May 2025
  • Elm Test Distributions

    3 projects | news.ycombinator.com | 2 May 2025
  • Understanding Functional Programming in Haskell

    3 projects | dev.to | 2 May 2025
  • Arbitrum and Open Source Tools for NFT Development: Unleashing Blockchain Scalability and Innovation

    2 projects | dev.to | 25 Apr 2025

Did you know that Haskell is
the 25th most popular programming language
based on number of references?