fragnix | zeus | |
---|---|---|
6 | 2 | |
126 | 91 | |
-0.8% | - | |
0.0 | 0.0 | |
over 3 years ago | about 3 years ago | |
Haskell | Haskell | |
BSD 3-clause "New" or "Revised" 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.
fragnix
Posts with mentions or reviews of fragnix.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-05-22.
-
Is package management / dependency management a solved problem?
Yes. The solution is called "fragment-based code distribution". I've experimented with it in fragnix and Unison has it ready-to-use.
-
Bloat
A long time ago I experimented with fragment-based code distribution. The idea is that the unit of distribution should be individual functions and not packages. The Unison language does this in practice.
-
Lazy Build System
See fragnix.
- Fragnix: Fragment Based Package Manager
-
Content-addressed GHC?
There's been attempts and https://github.com/fragnix/fragnix deserves mentioning here
-
Idea for reducing build time
A project called fragnix which splits all modules into single-function modules. That way only the parts that you use will be compiled.
zeus
Posts with mentions or reviews of zeus.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-04-11.
- CS SYD - The ci.nix pattern
-
Idea for reducing build time
For more enterprise solution, as I know, you can use Zeus (https://github.com/mightybyte/zeus) to do the same. I never used it.
What are some alternatives?
When comparing fragnix and zeus you can also consider the following projects:
cmarkit - CommonMark parser and renderer for OCaml
nixpkgs - Nix Packages collection & NixOS
tylerbenster.com
ocaml - The core OCaml system: compilers, runtime system, base libraries
montevideo - Live-code music in Haskell!