▲ | rs_rs_rs_rs_rs 4 days ago | ||||||||||||||||
Python has uv, JS has bun, what does Ruby or PHP have? Are the devs using those languages happy with how fast the current popular dependency managers are? | |||||||||||||||||
▲ | hu3 4 days ago | parent | next [-] | ||||||||||||||||
PHP is getting Mago (written in Rust). Repo: https://github.com/carthage-software/mago Announcement 9 months ago: https://www.reddit.com/r/PHP/comments/1h9zh83/announcing_mag... For now its main features are 3: formatting, linting and fixing lint issues. I hope they add package management to do what composer does. | |||||||||||||||||
▲ | JamesSwift 4 days ago | parent | prev | next [-] | ||||||||||||||||
Youre looking at it wrong. Python has nix, JS has nix, ruby and php have nix : D Thats closer to how pnpm achieves speed up though. I know there is 'rv' recently, but havent tried it. | |||||||||||||||||
| |||||||||||||||||
▲ | tommasoamici 4 days ago | parent | prev | next [-] | ||||||||||||||||
it's pretty new, but in Ruby there's `rv` which is clearly inspired by `uv`: https://github.com/spinel-coop/rv. >Brought to you by Spinel >Spinel.coop is a collective of Ruby open source maintainers building next-generation developer tooling, like rv, and offering flat-rate, unlimited access to maintainers who come from the core teams of Rails, Hotwire, Bundler, RubyGems, rbenv, and more. | |||||||||||||||||
▲ | weaksauce 4 days ago | parent | prev | next [-] | ||||||||||||||||
bundler is generally pretty fast on the ruby side. it also reuses dependencies for a given ruby version so you don't have the stupid node_folder in every project you use with every dependency re-downloaded and stored. if you have 90% of the dependencies for a project you only have to download and install/compile 10% of them. night and day difference. | |||||||||||||||||
▲ | aarondf 4 days ago | parent | prev | next [-] | ||||||||||||||||
PHP has Composer, and it's extremely good! | |||||||||||||||||
| |||||||||||||||||
▲ | 4 days ago | parent | prev [-] | ||||||||||||||||
[deleted] |