fused-effects VS either

Compare fused-effects vs either and see what are their differences.

fused-effects

A fast, flexible, fused effect system for Haskell (by fused-effects)

either

The enum Either with variants Left and Right is a general purpose sum type with two cases. (by rayon-rs)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
fused-effects either
3 3
633 439
0.2% 6.2%
4.5 7.3
about 1 month ago 14 days ago
Haskell Rust
BSD 3-clause "New" or "Revised" License Apache License 2.0
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.

fused-effects

Posts with mentions or reviews of fused-effects. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-11-17.

either

Posts with mentions or reviews of either. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-11-26.
  • What's the deal with Error Handling - Custom Error enum and the different libraries out there.
    1 project | /r/learnrust | 1 Jun 2023
    Restricting what can go into a Result in the error variant is quite restrictive. It's often very convenient to use Result as a sort of "this or that" type without any connotations about errors, particularly as an internal convenience. Arguably one might want to use either instead, but it's a lot of ceremony to bring that in for simple use cases.
  • Is there a RFE for this feature and if so, what is it called?
    7 projects | /r/rust | 26 Nov 2022
    P.S. you can use either to make it work on stable rustc
  • Ask HN: Would you support government open source grants?
    1 project | news.ycombinator.com | 10 Jan 2022
    The European Union does not have as large a software industry as the USA so there would be a less strong argument of government/corporate competition. It could take the form of government grants depending on the size. My rationale is that governments benefit from the general prosperity of open source more so than solo authors or small companies.

    I am restricting the scope to simple and small libraries where investment is more clearly beneficial unlike Tensorflow as that is large and complex.

    Here is an extreme example, the 'either' crate is a 'rayon' dependency and many others. Paradoxically a project of this size likely does not need funding but it is really important.

    https://github.com/bluss/either

What are some alternatives?

When comparing fused-effects and either you can also consider the following projects:

polysemy - :gemini: higher-order, no-boilerplate monads

distributed-process-platform - DEPRECATED (Cloud Haskell Platform) in favor of distributed-process-extras, distributed-process-async, distributed-process-client-server, distributed-process-registry, distributed-process-supervisor, distributed-process-task and distributed-process-execution

eveff - Efficient Haskell effect handlers based on evidence translation.

exceptions - mtl friendly exceptions

eff - 🚧 a work in progress effect system for Haskell 🚧

tauri - Build smaller, faster, and more secure desktop applications with a web frontend.

freer-simple - A friendly effect system for Haskell

categories - categories from category-extras

control-monad-free - Free monads and monad transformers

recursion-schemes - Generalized bananas, lenses and barbed wire

control-monad-exception - Explicitly Typed exceptions as a library

streamproc - Haskell library providing a continuation-based stream processor arrow