Y
Hacker News
new
|
ask
|
show
|
jobs
by
philwelch
378 days ago
Go still has a much better concurrency story. It’s also much less of a headache to deploy since all you need to deploy is a static binary and not a whole bespoke Python runtime with every pip dependency.
1 comments
TypingOutBugs
378 days ago
Go is definitely better, but with uv you can install all dependencies including python with only curl
link
ashwinsundar
378 days ago
Is that what uv sync does under the hood, just curl’s over all dependencies and the python version defined in .python-version?
link
Hasnep
378 days ago
I think they meant you can use curl to install uv and then you don't need to (manually) install anything else
link
TypingOutBugs
377 days ago
Yeah that’s what I meant, apologies if unclear
link