effectful VS monad-alter

Compare effectful vs monad-alter and see what are their differences.

effectful

An easy to use, fast extensible effects library with seamless integration with the existing Haskell ecosystem. (by haskell-effectful)

monad-alter

A typeclass for abstracting the backend (by dustinnorwood)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
effectful monad-alter
21 1
326 1
4.9% -
8.0 10.0
11 days ago almost 3 years ago
Haskell Haskell
BSD 3-clause "New" or "Revised" License BSD 3-clause "New" or "Revised" License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

effectful

Posts with mentions or reviews of effectful. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-05-03.

monad-alter

Posts with mentions or reviews of monad-alter. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-11-17.
  • Monad transformer libraries
    2 projects | /r/haskell | 17 Nov 2022
    You are correct. There is much overlap, but what other people have said is true: transformers covers concrete monad transformer stacks, whereas mtl covers typeclass abstractions of the same transformers. mtl typeclasses are final tagless, which are used extensively in DSL implementations. In fact, I wrote a companion library called monad-alter, which encodes many of the same effects in the final tagless style, but without functional dependencies on the monad. With these abstractions, my team has been able to completely decouple business logic from database code, and even refactor seemingly enormous logical components with just a few lines of code

What are some alternatives?

When comparing effectful and monad-alter you can also consider the following projects:

godot-haskell - Haskell bindings for GdNative

cleff - Fast and concise extensible effects

unliftio - The MonadUnliftIO typeclass for unlifting monads to IO

ghc-proposals - Proposed compiler and language changes for GHC and GHC/Haskell

hpqtypes-effectful - Effectful bindings for hpqtypes

PolysemyCleanArchitecture - Showcasing how the Polysemy library can be used to implement a REST application conforming to the guidelines of the Clean Architecture model.

effect-zoo - Effect Zoo for Scala

Functional PHP - Primitives for functional programming in PHP

hackage-server - Hackage-Server: A Haskell Package Repository

snap-core - Core type definitions (Snap monad, HTTP types, etc) and utilities for web handlers.

avail - Low-overhead effect management for concrete monads