[ANN] effectful - an easy to use, performant extensible effects library

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

SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. effectful

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

    The writeup of the issues with WriterT at https://github.com/haskell-effectful/effectful/blob/master/transformers.md is excellent, I would have much appreciated this 15-ish years back when I was stumbling through those problems and eventually settled on what everyone seems to settle on, which is restricted State. Though the transformers/mtl docs seem much improved from the old days, if they just linked to that description it have made so much clearer to me. The concrete examples with memory use make it very clear.

  2. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  3. hpqtypes-effectful

    Effectful bindings for hpqtypes

    For a more complicated real-world scenario you can have a look at https://github.com/haskell-effectful/hpqtypes-effectful.

  4. cleff

    Fast and concise extensible effects

    cleff and effectful are very similar, to the point that I offered to join forces (for the record, majority of the conversation refers to things that are no longer true for both libraries as we inspired each other to fix most quirks :). The main difference is the internal environment - in effectful it's mutable, while in cleff it's immutable. All differences pretty much grow from this. The main ones:

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
  • Effect Zoo for Scala 3

    4 projects | /r/scala | 12 Aug 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?