▲ | IshKebab 3 days ago | ||||||||||||||||||||||||||||||||||||||||
To be fair it is pretty significant. Especially uv. I don't know anything about PHP's existing toolchain but I do know that Python's is a horrifying mess, and uv basically fixes it. It's a small thing in the Rust community but it's pretty huge in the world simply because there are so many Python developers (and also because of the extreme magnitude of improvement). Probably wouldn't have happened without Rust. | |||||||||||||||||||||||||||||||||||||||||
▲ | 3eb7988a1663 3 days ago | parent [-] | ||||||||||||||||||||||||||||||||||||||||
Thanks to Rust, there are heaps of next generation CLI utilities that have come onto the scene in the past decade. Cross platform by default, UTF8 aware, more likely to be multi-threaded, simple distribution, and most importantly - improving on some unfortunate legacy API decisions. Ripgrep, fd, tokei, Just, zellij, uv, and so forth. Porting languages has given the opportunity to remove some of the cruft decided on a whim in the 70s. None of these are world changing, but they do make life easier than the originals. | |||||||||||||||||||||||||||||||||||||||||
|