Deployment is important

October 21, 2024

I just evaluated and installed software for providing comments and statistics for this blog. Here are my experiences of the deployment process:

Deployment is important. There used to be a time when PHP beat all other comers hands-down because everyone used outdated web hosts (like I still do) who provided an Apache already set up for PHP. These days, languages that compile to an EXE are streets ahead.

Side note: of course I would have used Rust programs for both of these jobs if I could find mature ones that fit my needs, but I couldn't. The Rust deployment story is almost as good as Go's. (The "almost" is because Go programs tend not to depend on the C standard library, so there are even fewer things to go wrong.)