effet VS hierarchical-free-monads-the-most-developed-approach-in-haskell

Compare effet vs hierarchical-free-monads-the-most-developed-approach-in-haskell and see what are their differences.

effet

An effect system based on type classes, written in Haskell. (by typedbyte)

hierarchical-free-monads-the-most-developed-approach-in-haskell

Big article about Hierarchical Free Monads, the most developed approach to build real software in Haskell (by graninas)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
effet hierarchical-free-monads-the-most-developed-approach-in-haskell
2 1
44 150
- -
0.0 0.0
over 2 years ago almost 3 years ago
Haskell Haskell
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.

effet

Posts with mentions or reviews of effet. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-05-05.
  • Monthly Hask Anything (May 2021)
    3 projects | /r/haskell | 5 May 2021
    You may also be interested in effet, which is an mtl-like effect system which tries to overcome the limitations of mtl.
  • Monad Transformers and Effects with Backpack
    3 projects | /r/haskell | 24 Dec 2020
    Interesting, thank you for writing this up. I tried something very very similar before writing effet, but while working with Backpack, I was constantly questioning the ergonomics of it all (in the context of writing effects), and ultimately decided that it is not worth it and abandonded the idea.

hierarchical-free-monads-the-most-developed-approach-in-haskell

Posts with mentions or reviews of hierarchical-free-monads-the-most-developed-approach-in-haskell. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-05-05.
  • Monthly Hask Anything (May 2021)
    3 projects | /r/haskell | 5 May 2021
    Thanks for this illuminating reply. I agree that separation of concerns is very valuable, and that the effect frameworks I've mentioned in my question are better than mtl at it. However, would you agree that separation of concerns can also be achieved by other means that these effects frameworks, i.e. using the so-called tagless final style or other blends of free monads, such as for instance hierarchical free monads?

What are some alternatives?

When comparing effet and hierarchical-free-monads-the-most-developed-approach-in-haskell you can also consider the following projects:

ether - Monad Transformers and Classes

auto - Haskell DSL and platform providing denotational, compositional api for discrete-step, locally stateful, interactive programs, games & automations. http://hackage.haskell.org/package/auto

parallel - a library for parallel programming

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

effects - Control.Effects

effects-parser - Parser Effect for the Control.Effects Library

joint - A proven SVG-based JavaScript diagramming library powering exceptional UIs

free - free monads