Hacker News new | ask | show | jobs
by throwawaymaths 540 days ago
Rust, julia, elixir
3 comments

julia just store the analogue of a requirements.txt (Project.toml) and the lock file (Manifest.toml). And has its own package issues including packages regularly breaking for every minor release (although i enjoy the language and will keep using it)
yep, i was wrong about julia.
All those came after Python/C/C++ etc which were all from the wild-west of the "what is package management?" dark ages. The designers of those languages almost certainly thought the exact thought of "how can we do package management better than existing technology like pip?"
Rust doesn't store dependencies under your project dir, but it does build them under your target.