emmanuelrosa on Nostr: Regarding the software dependency hell, the Nix and Guix package managers address the ...
Regarding the software dependency hell, the Nix and Guix package managers address the issue. In short, all packages are the output of pure functions (in the functional programming sense, like Haskell) and therefore different versions of the same library can be installed at the same time without conflicts. You can have say libc version X, version Y, and even variants like version X'. Each application will use the correct version.
I use Nix.
Published at
2023-12-05 14:38:18Event JSON
{
"id": "39f5be215d4b43f4364ea8dd9be85d3f26b1c3fddc7d70fda3c1dd9e4c3265d6",
"pubkey": "3e4931108333d95d025362e5adb33609be99d80fd66224b7402d4fe62c8ffa7b",
"created_at": 1701787098,
"kind": 1,
"tags": [
[
"p",
"f728d9e6e7048358e70930f5ca64b097770d989ccd86854fe618eda9c8a38106"
],
[
"e",
"ca96a83534bb3fefe5ca72b6d3b1df04ab9fb5b719d48f0d1d1fc30f59b5a94a",
"wss://relay.damus.io/",
"root"
]
],
"content": "Regarding the software dependency hell, the Nix and Guix package managers address the issue. In short, all packages are the output of pure functions (in the functional programming sense, like Haskell) and therefore different versions of the same library can be installed at the same time without conflicts. You can have say libc version X, version Y, and even variants like version X'. Each application will use the correct version.\n\nI use Nix.",
"sig": "9d5bd64c7ee3392d9c54ce528e41ed944e16cc8b85311adab12c39bbdf75bfe0583a4a6cddfcee251b3b5b000086799ad4b0f7d8dd93fcf8a75644656f57c0f4"
}