Earlier quoted context omitted.
If that was the only reason (which it is not), it would still be a very good reason to stop writing code in these languages. Why waste 10x more memory?
> Why waste 10x more memory? That sort of question is totally missing the point of why people use these languages, yeah? Languages in the web world don't tend to be chosen based on memory requirements (or speed as this suggests). Are there cases where you want to think about that? Sure. People have plenty of reasons they'd want to use Python over Go, and vice versa.
"and vice versa" The only reason I would ever use python is for small scripts that I only run on my machine and don't need to deploy anywhere.
Maybe 10 years ago Python was an attractive language because Java sucked and C# only runs on windows and there weren't many other good choices.
Now there are many expressive languages that are also statically typed and fast. D, Swift, Kotlin, etc.