Even if this were true, who cares? 100,000 fps for cellphone graphics is an utter waste of CPU cycles and power. Smart developers use the right tool for the job, not the fastest tool for every job.Let's put it this way- Java can update a graphic screen on a cellphone, between 10 and 90fps at most. In C, you can do it over 100,000fps. I kid you not.
Often the right tool is determined by library support. How long will it take you to deliver a cellphone app if you have to write your own graphics lib in C? How maintanable will that app be three years from now?
The original Javascript was written by a single dude at Netscape. The committee thing happened later when it became standardized, but that's the case for every language that follows a standard. C and C++ have been designed by committees for several decades now.Sadly, while javascript is an essential language for doing anything cool on the web, it was a language designed by committee- pile of crap like most 'committee' endeavors.
This can be said about every single language, so it's a meaningless statement. What really distinguishes languages in practical use is how much the language gets in your way of what you're trying to do. C is great when I need to manipulate memory, but painful for parsing text. Perl is practically incompetent at doing low-level stuff, but makes parsing text almost trivial. Right tool for the job. I'm a C guy, but recently I had to learn Javascript for a web dev project and I was pleasantly surprised by how little it gets in your way. Javascript's weak typing makes me a bit nervous for bigger projects, but Typescript addresses that.It has so many failings, incomplete aspects, and other issues with it...
Sorry, I don't believe it. Even if we restrict "virtually all programming languages" to the hundred most popular, I don't believe anyone in the world is highly competent at even a quarter of them.In fact, I'm highly competent and familiar with virtually all programming languages.
C and C++ are entirely different languages, and neither are de facto appropriate for every "serious" application.Still, at the end of the day, C/C++ has not been surpassed by any other language for power, performance, capability, and is the go to language for anything serious.