←back to thread

129 points NeutralForest | 2 comments | | HN request time: 0s | source
Show context
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 #
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 #
1. mrits ◴[] No.44454677[source]
I really like cargo and uv. I assumed uv was based on cargo...
replies(1): >>44454927 #
2. rcleveng ◴[] No.44454927[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.