Why would you think I'm implying something that's obviously false?
I just think the choice of programming language (unless it's pathologically bad, e.g. writing device drivers in Python) is a minor factor in real world software engineering.
> is a minor factor in real world software engineering
I don't know about that. A language is not merely a language. It comes with the entire eco-system, libraries, community etc. Not to mention your personal expertise and preference.
I am certain depending on your language selection, your development experience and the quality of output will vary dramatically.
For example Java, Javascript, php, Go, python, ruby are all valid choices for a web application. Depending on what you choose, your experience will be different no?
That doesn't mean what I imagine you're implying: that we can make writing the code harder without any cost.