rio-orphans
ghc-proposals
Our great sponsors
rio-orphans | ghc-proposals | |
---|---|---|
6 | 101 | |
774 | 591 | |
1.7% | 1.5% | |
3.7 | 8.5 | |
2 months ago | 2 days ago | |
Haskell | Python | |
MIT License | - |
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
-
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.
ghc-proposals
-
OverloadedRecordUpdate roadmap?
relaxing the overlap checking so it happens at use sites https://github.com/ghc-proposals/ghc-proposals/pull/515
-
How about batched import?
GHC has a proposal process if you want to propose this: https://github.com/ghc-proposals/ghc-proposals
-
The appeal of bidirectional type-checking
The "quick look impredicativity" paper (although not the GHC proposal) mentions bidirectionality a few times.
- GHC proposal to reintroduce Deep Subsumption
- Multiple pattern matching on constructors
-
instance Enum
There is the RecursiveLet proposal.
-
Was simplified subsumption worth it for industry Haskell programmers?
I believe simplified subsumption is required to implement quick look impredicativity and that is the only practical reason for this change.
This led me to the proposal and I found with simplified subsumption:
- [RFC] ImplicitQualifiedImport language extension
-
What are things that the Haskell scene lacks the most?
We have modifiers with the % symbol, they are currently only used in linear types: a %1 -> b, but they are not limited to that.
What are some alternatives?
haskell-language-server - Official haskell ide support via language server (LSP). Successor of ghcide & haskell-ide-engine.
ihp - 🔥 The fastest way to build type safe web apps. IHP is a new batteries-included web framework optimized for longterm productivity and programmer happiness
julia - The Julia Programming Language
basic-prelude - An enhanced core prelude, meant for building up more complete preludes on top of.
time-warp
hoogle - Haskell API search engine
funflow - Functional workflows
idris - A Dependently Typed Functional Programming Language
bytestring-progress - A Haskell library for tracking the consumption of lazy ByteStrings
haddock - Haskell Documentation Tool
control-monad-failure - A class of monads which can fail with an error
control-monad-free - Free monads and monad transformers