▲ | mr_toad 2 days ago | |||||||
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. | ||||||||
▲ | wolf550e 2 days ago | parent | next [-] | |||||||
I think uv[1] basically solved this problem for python scripts. Go creates statically linked executables that are easy to deploy. | ||||||||
▲ | fireflash38 2 days ago | parent | prev [-] | |||||||
Docker/podman? | ||||||||
|