If this is considered self-promotion and it is decided to be flagged I will be OK with it. However, I think there are some ideas in this post about what we expect from programming languages and the general developer culture.
The discussion of what makes good and bad languages has been going on for centuries, and regularly brings up good and interesting points that some might not have heard before.
Your post is very broad and mixes different criteria: Popularity, aesthetics, usability, speed etc. You argue that people like different languages; some people irrationally like some and dislike others; not all programmers apply the same evaluation criteria.
The problem is - all of these are old arguments, and calls for open-mindedness are nothing new. I'd find it much more interesting if you talked about a technical, concrete example how one can benefit from open-mindedness. E.g.: Decouple your modules so you can use different languages side-by-side; write the same code in two languages so you can battle-test your implementations etc.
Obviously this discussion is not new. I tried to point out (with no success I guess) the fact that most developers adopt languages in a religious way, and criticize others ignoring the most basic reasons behind these languages.
Since you're a computer scientist - do you have an example for reasons behind languages that are misunderstood or unknown? I'd love to read a post about that.
Yes I know. And I have requested these changes for a while with no success. Google scholar algorithm does not distinguish me and that scientist, that is why it mixes everything. Thanks for mention it.
Perhaps it would help to have an ORCID for yourself - you could also link to that from your page. Many publishers and universities are beginning to automatically ingest ORCID data, so it's a good investment.
Programming languages are just like tools in your toolbox. Use the hammer to hammer in nails, and use the screwdriver to drive in screws.
For example, maybe use Ruby on Rails to rapidly prototype a data-base driven CRUD app, but when you need to build a low level device driver, maybe you should use a language like C++
There is no "best" language for everything. There are only languages that are best for certain niches.
This is the main reason why I enjoy learning Python and for me, Python is the best programming language.