Skip to content
Better HN
Top
New
Best
Ask
Show
Jobs
Search
⌘K
0 points
mr_toad
10mo ago
0 comments
Share
Not everyone wants to deal with maintaining Python and untold dependencies on their web server. A C++ binary often has no additional dependencies, and even if it does they’ll be dealt with by the OS package manager.
undefined | Better HN
0 comments
default
newest
oldest
wolf550e
10mo ago
I think uv[1] basically solved this problem for python scripts. Go creates statically linked executables that are easy to deploy.
1 -
https://docs.astral.sh/uv/guides/scripts/
fireflash38
10mo ago
Docker/podman?
dmitrygr
10mo ago
Not everyone wants to spin up a multi-GB container for when a 80KB C++ binary would do...
j
/
k
navigate · click thread line to collapse