Earlier quoted context omitted.
How is it different than, say, java for this generalist purpose?
As someone who isn't super proficient in Java I usually find Java daunting to get started with full of buckets of "meta" issues like in my other comment. What JVM do I use? Does it matter? Does it matter what version I install, what if I have to install/manage multiple versions? If I want to write a web service can I use vanilla Java stdlib or do I have to use Spring or some framework? If I use Spring, do I have to g…
But it's not something that is unique to Go:
dotnet new web
dotnet run
curl localhost:5050
also 'dotnet watch' for hot-reload.