prolude
:hatching_chick: ACI Learning's custom prelude. (by acilearning)
relude
🌀 Safe, performant, user-friendly and lightweight Haskell standard library (by kowainik)
prolude | relude | |
---|---|---|
- | 5 | |
3 | 698 | |
- | 0.1% | |
0.0 | 4.4 | |
over 1 year ago | about 1 month ago | |
Haskell | Haskell | |
MIT 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.
prolude
Posts with mentions or reviews of prolude.
We have used some of these posts to build our list of alternatives
and similar projects.
We haven't tracked posts mentioning prolude yet.
Tracking mentions began in Dec 2020.
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 prolude and relude you can also consider the following projects:
protolude - A sensible starting Prelude template.
bizzlelude - A low-quality replacement for Haskell's `Prelude`
universum - :milky_way: Prelude written in @Serokell
lifted-protolude
base-prelude - The most complete prelude formed only from the "base" package
planet-mitchell - Planet Mitchell
papa - Reasonable Haskell default import
alphachar - Alpha character
humble-prelude
introduction - An prelude for safe new projects; DEPRECATED
preamble - Yet Another Prelude