Advertising (This ad goes away for registered users. You can Login or Register)

Most popular programming languages Feb'2012

Discuss about your favorite (gaming...or not) devices here. The most popular ones will end up getting their own categories
Programming discussions for your favorite Device
Forum rules
Forum rule Nº 15 is strictly enforced in this subforum.
User avatar
m0skit0
Guru
Posts: 3817
Joined: Mon Sep 27, 2010 6:01 pm

Re: Most popular programming languages Feb'2012

Post by m0skit0 » Mon Jul 09, 2012 8:07 am

Python enforces strict indentation IIRC. A lot of languages (like Pascal, LISP, BASIC, Ada...) don't use curly braces, so that's not a problem for me.
Advertising
I wanna lots of mov al,0xb
Image
"just not into this RA stuffz"

JJS
Big Beholder
Posts: 1416
Joined: Mon Sep 27, 2010 2:18 pm
Contact:

Re: Most popular programming languages Feb'2012

Post by JJS » Mon Jul 09, 2012 4:22 pm

For me this list shows "most used" languages and not "most popular".

The horizontal axis is "number of projects on github", which is obviously a measure of frequency of use. And the vertical axis is the "number of stack overflow tags", the more used a language the higher the questions about it. But it could also be that the language is simply hard to use or it could be in fact unrelated to the language. I would make the case for iOS and Android development. Surely both questions would often be tagged with Objective-C and Java even though the question might be more about the SDK or the platform instead of the language itself. People are just forced to use it. I bet a lot of C# questions are in fact .NET questions too.
Advertising

User avatar
m0skit0
Guru
Posts: 3817
Joined: Mon Sep 27, 2010 6:01 pm

Re: Most popular programming languages Feb'2012

Post by m0skit0 » Mon Jul 09, 2012 5:30 pm

I wouldn't take this as "most used languages". This does not take into account private repositories from private companies.
I wanna lots of mov al,0xb
Image
"just not into this RA stuffz"

JJS
Big Beholder
Posts: 1416
Joined: Mon Sep 27, 2010 2:18 pm
Contact:

Re: Most popular programming languages Feb'2012

Post by JJS » Mon Jul 09, 2012 5:58 pm

It also doesn't account for them if you take the graph for "most popular". :mrgreen:

E: You know, I didn't want to start splitting hairs over this. Just wanted to point out that the data can be interpreted differently.

User avatar
azrayl
Posts: 69
Joined: Tue Oct 09, 2012 8:16 am
Location: At home

Re: Most popular programming languages Feb'2012

Post by azrayl » Sun Oct 21, 2012 9:00 pm

Err, I would say that this graph kinda confuses scripting languages with I don't know how to better say it 'real languages'.
PHP, JavaScript and ActionScript (this one only works within Flash) are scripting languages which are not capable of doing anything alone.
They have to be combined with HTML/CSS at least to work.
Another thing is that PHP and JavaScript have different purposes.

And yea while I'm at it HTML is missing but would be far ahead of any other language ( it's only a markup language tho). And CSS follows it which is only a style sheet language.
Also PHP is a server based scripting language which doesn't even work unless you run the script on a server or an emulator.
But I agree on JavaScript and PHP taking up the front lines since every website is made with PHP and uses JavaScript for animations mostly with the help of a framework such as jQuery.
But what I am missing on the graph are query languages such as mySQL, mySQL, Oracle PL/SQL.
PHP is pretty much useless without a database.

I've been working for several airline companies in Germany, the Middle East and north Africa and what I've seen so far is that most booking, customer management, customer relationship management and loyalty management applications are made with Java and Oracle PL/SQL. And thos applications are mostly integrated via AJAX and old school iFrames into CMS's (Joomla! and Typo3 mostly) which are made with PHP.

I don't really know how and in regard to what that graph has been made actually.

User avatar
hgoel0974
Retired Mod
Posts: 2154
Joined: Mon Jul 23, 2012 11:42 pm
Location: Maia, Pleiades Nebula

Re: Most popular programming languages Feb'2012

Post by hgoel0974 » Sun Oct 21, 2012 9:07 pm

yeah C# rocks! :lol:

I guess maybe because it really is the easiest to learn and use
"If the truth is a cruel mistress, then a lie must be a nice girl"

Stiffeno
Posts: 82
Joined: Tue Oct 09, 2012 2:22 am

Re: Most popular programming languages Feb'2012

Post by Stiffeno » Mon Oct 22, 2012 6:01 am

If you include scripting languages (which i normally dont, imo if something doesnt need to be compiled to run, it aint programming lol), then by far id say that HTML since there are billions of websites, each with many pages and all of them need to be written! So HTML!

If you only count languages which require compilation, then C and C++!

And as a personal fave? ANSI C all the way baby ^_^!

User avatar
Acid_Snake
Retired Mod
Posts: 3099
Joined: Tue May 01, 2012 11:32 am
Location: Behind you!

Re: Most popular programming languages Feb'2012

Post by Acid_Snake » Mon Oct 22, 2012 5:15 pm

Stiffeno wrote:imo if something doesnt need to be compiled to run, it aint programming
then you really don't know what the term programming means

User avatar
m0skit0
Guru
Posts: 3817
Joined: Mon Sep 27, 2010 6:01 pm

Re: Most popular programming languages Feb'2012

Post by m0skit0 » Mon Nov 05, 2012 7:25 pm

azrayl wrote:PHP, JavaScript and ActionScript (this one only works within Flash) are scripting languages which are not capable of doing anything alone.
They have to be combined with HTML/CSS at least to work.
Just plain wrong. Get yourself informed first before saying such nonsense.
azrayl wrote:Another thing is that PHP and JavaScript have different purposes.
Every programming language has a different purpose.
azrayl wrote:Also PHP is a server based scripting language which doesn't even work unless you run the script on a server or an emulator.
Same as you can't compile C without a C compiler, or execute Java without a JVM, or execute C# without .Net virtual machine and so on.
azrayl wrote:since every website is made with PHP
Lolwut? No.
azrayl wrote:But what I am missing on the graph are query languages such as mySQL, mySQL, Oracle PL/SQL.
You don't consider PHP a programming language, but you miss SQL in the list? Go home.
azrayl wrote:PHP is pretty much useless without a database.
No, seriously, just go home get some sleep. You must learn to distinguish about how you used a language and the functionalities that language offers. The world, believe it or not, is bigger than your world.
azrayl wrote:I've been working for several airline companies in Germany, the Middle East and north Africa and what I've seen so far is that most booking, customer management, customer relationship management and loyalty management applications are made with Java and Oracle PL/SQL. And thos applications are mostly integrated via AJAX and old school iFrames into CMS's (Joomla! and Typo3 mostly) which are made with PHP.
So what is the point of this?
azrayl wrote:I don't really know how and in regard to what that graph has been made actually.
As I said, maybe you're living in your own world.
hgoel0974 wrote:I guess maybe because it really is the easiest to learn and use
Well... no :lol:
Stiffeno wrote: something doesnt need to be compiled to run, it aint programming lol
So Java ain't programming? C# ain't programming? Python ain't programming? LISP ain't programming? :roll: No modern programming language is purely compiled.
Stiffeno wrote:then by far id say that HTML
HTML, as SQL, are no programming. HTML is even worse because you implement no algorithm with it. It's a MARKUP language, for God's sake!
Stiffeno wrote:ANSI C all the way baby ^_^!
+1000
I wanna lots of mov al,0xb
Image
"just not into this RA stuffz"

User avatar
hgoel0974
Retired Mod
Posts: 2154
Joined: Mon Jul 23, 2012 11:42 pm
Location: Maia, Pleiades Nebula

Re: Most popular programming languages Feb'2012

Post by hgoel0974 » Mon Nov 05, 2012 9:30 pm

m0skit0 wrote:
hgoel0974 wrote:I guess maybe because it really is the easiest to learn and use
Well... no :lol:
Well I find it easy, it really IS easy, my first ever program was speech recognition so I guess you get my point (even though I used SAPI, I didn't use any reference) In C# you don't need to look up the documentation,just follow your thoughts! ;)

Try it once ;)
"If the truth is a cruel mistress, then a lie must be a nice girl"

Post Reply

Return to “Programming and Security”