rio-orphans
A standard library for Haskell (by commercialhaskell)
bytestring-progress
A Haskell library for tracking the consumption of lazy ByteStrings (by acw)
rio-orphans | bytestring-progress | |
---|---|---|
6 | - | |
848 | 5 | |
0.1% | - | |
2.1 | 0.0 | |
8 months ago | over 2 years ago | |
Haskell | Haskell | |
MIT 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.
rio-orphans
Posts with mentions or reviews of rio-orphans.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-11-11.
-
Haskell IHP Framework, from a Technical and Business Perspective
https://github.com/commercialhaskell/rio#language-extensions which is cited as an example in simplehaskell's page on recommendations.
- [ANN] text-display 0.0.1.0: A typeclass for user-facing output
-
Haskell: The Bad Parts, part 2 (2020)
> Can we move to a better standard lib? Here Snoyman has put forward a great effort by releasing his classy-prelude, but iirc he also stopped using it.
He mentioned https://github.com/commercialhaskell/rio in the 1st article, it's interesting, I wasn't aware of it. (I am using classy-prelude but I might try it out.)
-
Are similar effects system like in Scalas ex: Cats Effects, ZIO etc also available in Haskell?
rio
-
Why exactly I want Boring Haskell to happen
It's worth mentioning that Snoyman's "Boring Haskell" is actually a fairly moderate position: if you look at his suggested list of language extensions, it's pretty broad (and fairly reasonable in my view).
-
Haskell The Bad Parts Part 1
via ByteString was recommended by Snoyman in the post Beware of readFile (referenced in the Haskell: The Bad Parts, part 1 too). But this has got a disadvantage compared to Data.Text.IO combined with hSetEncoding. This might be a good time to update Beware of readFile, u/snoyberg.
bytestring-progress
Posts with mentions or reviews of bytestring-progress.
We have used some of these posts to build our list of alternatives
and similar projects.
We haven't tracked posts mentioning bytestring-progress yet.
Tracking mentions began in Dec 2020.
What are some alternatives?
When comparing rio-orphans and bytestring-progress you can also consider the following projects:
basic-prelude - An enhanced core prelude, meant for building up more complete preludes on top of.
funflow - Functional workflows
time-warp
pipes - Pipelines for expressive code on collections in C++
ghc-proposals - Proposed compiler and language changes for GHC and GHC/Haskell
freer-simple - A friendly effect system for Haskell