←back to thread

129 points NeutralForest | 5 comments | | HN request time: 0.837s | source
1. cristea ◴[] No.44454553[source]
I'm continuing to be amaxed at the astral team and what they do for Python. It's become so "bad" now that when I use Rust or OCaml I find myself constantly annoyed by the build systems. What a great time to be alive!
replies(2): >>44454605 #>>44454695 #
2. lblume ◴[] No.44454605[source]
Really? So far I have never been disappointed with Cargo, or the Rust toolchain in general. For my work it has been a frictionless experience.
replies(1): >>44454677 #
3. mrits ◴[] No.44454677[source]
I really like cargo and uv. I assumed uv was based on cargo...
replies(1): >>44454927 #
4. john01dav ◴[] No.44454695[source]
What does uv do that Cargo does not? Cargo has been excellent in my experience, to the point that (in comparison to CMake and wanting to flee it) it is a large part of why I initially learned Rust.
5. rcleveng ◴[] No.44454927{3}[source]
Just the git code according to their'd README.md, however it seems heavily influenced by it.

Before uv I was doing everything in a devcontainer on my Mac since that was easiest, but uv is super fast that I skip that unless I have some native libraries that I need for Linux.