Top 10 Programming Languages :D

Java is the most versatile and available on most devices, not surprised there.
 
Javascript less than Python, and SQL less than Ruby?

Really?
 
hmmm Python is a very efficient language
anyway, I am not sure why VB is not there!
 
  • Like
Reactions: Toz
Programming languages are just tools and for different work you need different tool. How can you compare C# and Matlab? Or Python and SQL?
To my needs I use C# cause I'm writing windows applications, and I like writing them quickly. But C# (or any other language) is not best for everything.
I never understood the flame war behind which one is best.
 
Since when is HTML a programming language?
 
Well ,things gonna be different after 2015 ,many more technologies ,will emerge ...Such as dot net moving to dot net native compilation..so it willing to give c/++ performance and C# is manageability features ...Scripting language are different ..dont mix them up :P
I like Assembly and c/C++ ,go :P
 
i wouldnt consider SQL a programming language, its really just scripts to query data.

but delphi/pascal should also be included in the list. speaking as someone who pretty much lived and breathed c++ for decades, ive recently tried messing around with delphi and find it much simpler to get things done and more fun, with all the same power. i think ive been converted
 
What is the source of this chart? It seems pretty colorful, but also pretty meaningless. HTML is not a programming language for once. SQL neither. Phython over JavaScript? Well, maybe...

I do propose a little game here to guess what the criteria of this "top ten" were:

My guess is: List the programming related technologies your friends complained most about when you last talked to them!
 
not getting why every one here trying to stick JS over Python, there is no comparison between them
 
You just cant put them all together like that, there are server side and client side languages and languages for the web and other for the desktop. you have to compare by category and purpose of languages.
 
PHP, Javascript etc are programming languages? :O
 
If HTML is considered a programming language, then there's no way it isn't #1.

I guess half a dozen black hatters have probably spun more HTML than there will ever be java programs.
 
PHP, Javascript etc are programming languages? :O
PHP is considered a programming language, though not sure why JavaScript is listed as one. Funny how Visual Basic / VB.NET don't appear on this list. I believe ASM should be listed, as all code of any language can be broken down into and interfaced with, via ASM.
Delphi is just as powerful and fast as any of those, but unfortunately, my language of choice won't make any top 10 lists, any time soon. I blame Embarcadero!

EDIT:
Scratch that... I blame Borland, for selling it to Embarcadero.
 
Last edited:
Back
Top