heart-app
An opinionated app prelude and framework in the UnliftIO style (by ejconlon)
relude
🌀 Safe, performant, user-friendly and lightweight Haskell standard library (by kowainik)
Our great sponsors
- InfluxDB - Access the most powerful time series database as a service
- ONLYOFFICE ONLYOFFICE Docs — document collaboration in your environment
- SonarQube - Static code analysis for 29 languages.
- CodiumAI - TestGPT | Generating meaningful tests for busy devs
heart-app | relude | |
---|---|---|
0 | 4 | |
0 | 658 | |
- | 0.6% | |
0.0 | 4.7 | |
over 3 years ago | 5 days 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.
heart-app
Posts with mentions or reviews of heart-app.
We have used some of these posts to build our list of alternatives
and similar projects.
We haven't tracked posts mentioning heart-app 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.
-
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).
-
Folding Nonempty Structures In Haskell
And relude.
What are some alternatives?
When comparing heart-app and relude you can also consider the following projects:
protolude - A sensible starting Prelude template.
universum - :milky_way: Prelude written in @Serokell
base-prelude - The most complete prelude formed only from the "base" package
preamble - Yet Another Prelude
humble-prelude
papa - Reasonable Haskell default import
cronus - Another bloated standard library.
prolude - :hatching_chick: ACI Learning's custom prelude.
foundation - Empire strikes back
intro - Safe and minimal Haskell Prelude
introduction - An prelude for safe new projects; DEPRECATED
lifted-protolude