codex
UI experiments for coda (by ekmett)
Truth
Changes and Pinafore projects. Pull requests not accepted. (by AshleyYakeley)
codex | Truth | |
---|---|---|
3 | 5 | |
66 | 33 | |
- | - | |
0.0 | 9.5 | |
over 3 years ago | 6 days ago | |
Haskell | Haskell | |
GNU General Public License v3.0 or later | GNU General Public License v3.0 only |
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.
codex
Posts with mentions or reviews of codex.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-12-01.
-
Implicit parameters vs ReaderT
https://github.com/ekmett/codex/tree/master/engine is a nice demonstration, in particular the fact that user code in there all runs in IO directly, with no mtl-like interpreter overhead.
-
Who still uses ReaderT?
https://github.com/ekmett/codex/blob/65617cb7a05b74f3a6e9ca7149facf1cf043e6aa/engine/src/Engine.hs#L48 is terrifying looking, but a couple of years back when I was playing with it, I'll confess the user-facing story was great:
-
Calling C++ from Haskell
https://github.com/ekmett/codex/blob/master/harfbuzz/core/Graphics/Harfbuzz/Buffer.hs#L234
Truth
Posts with mentions or reviews of Truth.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-12-01.
-
Implicit parameters vs ReaderT
Here's an example in Pinafore's type unifier code, where I use ?rigidity :: String -> NameRigidity everywhere. In my opinion, the implicit parameter constraint makes the already complicated code slightly simpler. But it doesn't escape the module.
-
[RFC] Generate Cabal files from TOML
I'm actually using YAML file includes with hpack to include a common.yaml file for settings common to multiple packages.
-
install package into haskell project
HPack is YAML, so it allows file inclusion. I use this to keep common settings for a multi-package project.
-
First Class Monad Stacks
I've got something pretty similar in an unreleased package.
-
Is this type family shenanigan safe?
I have now stripped out all that complication and replaced it with typeIsPair.
What are some alternatives?
When comparing codex and Truth you can also consider the following projects:
cleff - Fast and concise extensible effects
ihp-forum - The IHP Community Forum (build with IHP)
hpack - hpack: A modern format for Haskell packages
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
witness
tomcab
toml - Tom's Obvious, Minimal Language
Rust Language Server - Repository for the Rust Language Server (aka RLS)
Cabal - Official upstream development repository for Cabal and cabal-install