Effect Zoo for Scala 3

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

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. effect-zoo

    Effect Zoo for Scala (by marcinzh)

    Effect Zoo - Code gallery & microbenchmark suite for effect systems.

  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. effect-zoo

    Comparing Haskell effect systems for ergonomics and speed

    Inspired by similarly named project for Haskell.

  4. cleff

    Fast and concise extensible effects

    Consider 2 Haskell projects: Cleff and Effectful. They both are extensible effect systems, built around ReaderT design pattern. At their core, they use fused ReaderT + IO monad, with extensible environment. This architecture is very similar to ZIO's. All 3 even share the same limitation - inability to express nondeterminism (not very relevant fact, but I just want to emphasize the similarity).

  5. effectful

    An easy to use, fast extensible effects library with seamless integration with the existing Haskell ecosystem.

    Consider 2 Haskell projects: Cleff and Effectful. They both are extensible effect systems, built around ReaderT design pattern. At their core, they use fused ReaderT + IO monad, with extensible environment. This architecture is very similar to ZIO's. All 3 even share the same limitation - inability to express nondeterminism (not very relevant fact, but I just want to emphasize the similarity).

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

  • Implicit parameters vs ReaderT

    3 projects | /r/haskell | 1 Dec 2022
  • [ANN] effectful - an easy to use, performant extensible effects library

    4 projects | /r/haskell | 15 Jul 2022
  • [ANN] cleff - fast and consise extensible effects

    2 projects | /r/haskell | 30 Jan 2022
  • Comparing ZIO to Haskell effects libraries like Polysemy?

    3 projects | /r/scala | 25 Aug 2022
  • Where's more discussion of the designs of effect systems?

    4 projects | /r/ProgrammingLanguages | 17 Nov 2021

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