foundation
Empire strikes back (by haskell-foundation)
relude
🌀 Safe, performant, user-friendly and lightweight Haskell standard library (by kowainik)
foundation | relude | |
---|---|---|
4 | 5 | |
467 | 712 | |
- | 0.3% | |
0.0 | 5.3 | |
almost 2 years ago | about 2 months ago | |
Haskell | Haskell | |
BSD 3-clause "New" or "Revised" License | MIT 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.
foundation
Posts with mentions or reviews of foundation.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-11-13.
- Caution: Infinite loop in Word256 from foundation
- List of upcoming breaking changes
-
[ANNOUNCE] GHC 9.2.1-alpha1 now available
As is mentioned in that thread, Vincent has been aware of this breakage for at least 3 months now, and there are multiple unmerged fixes waiting for him or his co-maintainers. One of those PRs that are necessary for GHC 9 support has just turned one year old, and it has received no comments.
-
[Haskell-cafe] Future of package cryptonite
For context: the not-yet-updated dependencies (basement and memory) of cryptonite are maintained by the primary author of cryptonite.
relude
Posts with mentions or reviews of relude.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-01-06.
-
GHCanIUse - GHC language extensions compatibility table
I've also hoped that the "standard library" (i.e. Prelude) should be redesigned. I just found relude which looks very promising.
-
Good Haskell Source Code
Project to look at is: https://github.com/kowainik/relude.
-
Assessing Haskell (blogpost, slightly negative!)
Another good practice to prevent runtime exceptions is to avoid partial functions like head and tail. One way to ensure that one doesn't accidentally slip in is to use an alternative prelude (e.g. relude) that doesn't export them by default. Another alternative is to use hlint to warn about them (and then import their safe counterparts instead).
-
How do I code for the Maybe type for the following code?
That note is wrong, it is only a problem if the function input has a large cardinality. I opened a PR to fix this: https://github.com/kowainik/relude/pull/389
-
Folding Nonempty Structures In Haskell
And relude.
What are some alternatives?
When comparing foundation and relude you can also consider the following projects:
foundation - Empire strikes back
universum - :milky_way: Prelude written in @Serokell
Haskell-breaking-changes
protolude - A sensible starting Prelude template.
hyperloglogplus - Haskell implementation of HyperLogLog++ & MinHash for efficient cardinality and intersection estimation
base-prelude - The most complete prelude formed only from the "base" package