mtl
The Monad Transformer Library (by haskell)
apecs
a fast, extensible, type driven Haskell ECS framework for games (by jonascarpay)
Our great sponsors
mtl | apecs | |
---|---|---|
10 | 4 | |
341 | 349 | |
0.9% | - | |
5.9 | 0.0 | |
9 days ago | 2 months 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.
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.
mtl
Posts with mentions or reviews of mtl.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-10-31.
-
[ANN] mtl-2.3.1
If you wish to migrate to mtl-2.3.x and have not yet done so, please refer the migration guide in the repo: https://github.com/haskell/mtl/blob/master/docs/Mtl-2.3.x-Migration.md
-
[ANN] mtl-2.3.1-rc1
It was the example from the ticket which works fine because there is no restriction that the argument to ContT r is a Monad
mtl-2.3.1-rc1 (https://github.com/haskell/mtl/releases/tag/v2.3.1-rc1) is up on Github. We'll give this a 2 week window for issues relating to the changelog, and then do a release. Please review and upgrade if you're interested. Backported is also a migration doc for people interested in migrating to mtl-2.3. You can find it in the repo.
-
Draft mtl-2.3 migration guide
I don't think so, but here is a list of upcoming changes in mtl-3.0.
The guide is part of PR 128: mtl-2.3.1 release prep
apecs
Posts with mentions or reviews of apecs.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-09-18.
-
Looking for projects that make heavy use of IntMap which have benchmarks
apecs uses IntMaps all over the place and is benchmarked. They're the most common backing data structure for Components I'd say.
What are some alternatives?
When comparing mtl and apecs you can also consider the following projects:
frpnow
ImperativeHaskell - Proof that Haskell can look and act like an imperative language.
parallel - a library for parallel programming
capability - Extensional capabilities and deriving combinators
motor - Type-safe effectful state machines in Haskell
extensible-effects - Extensible Effects: An Alternative to Monad Transformers
control-monad-free - Free monads and monad transformers
record - Anonymous records
funflow - Functional workflows
eveff - Efficient Haskell effect handlers based on evidence translation.
tardis
hask - Category theory for Haskell with a lens flavor (you need GHC 7.8.3, not 7.8.2 to build this!)