this post was submitted on 21 Jun 2023
20 points (100.0% liked)
Redox OS
198 readers
14 users here now
A community for users, developers, and enthusiasts of Redox OS.
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
The Linux distribution packages suffer from dependency hell because the C and C++ dependency management is manual, there's no good dependency manager on the C and C++ programming languages.
While the Rust programming language has automatic dependency management with Cargo, the best dependency manager in the history of computing.