vote up 4 vote down star
3

Based on the tags page here, C# is the big winner.

Freshmeat lists far more C projects than anything else.

flag

14 Answers

vote up 10 vote down check

TIOBE Programming Community Index is a pretty good indicator.

link|flag
4  
It's a very bad indicator, see this blog entry: blog.timbunce.org/2008/04/… – Alexandr Ciornii Apr 3 at 9:59
It seems odd that they pull so many statistics from a handful of Google queries. I agree that it doesn't represent the trend accurately at all -- especially considering they enjoy hopping on the bandwagon of languages growing in popularity when their very own measure screams the opposite. Besides, how do they distinguish popularity by month with their simple query? – Paul Lammertsma 11 hours ago
vote up -1 vote down

java has the most demand.

link|flag
vote up 0 vote down

Is popular the most used? Or what would be the most used if developers had a complete free and informed choice?

I suspect there would be a significant difference.

link|flag
vote up 0 vote down

It all depends on where you live and what language(s) are most in demand in that area.

Where I live, it's clearly .NET with a bias towards C#, but VB.NET crops up occasionally. Java, not so much except for "Senior Enterprise Architect" positions. Ruby and Python are virtually unheard of, and other, esoteric languages are unknown.

link|flag
vote up 1 vote down

Ohloh provides quite a nice system for seeing how much usage different languages are getting over time.

link|flag
Ohloh is very python-oriented. – Alexandr Ciornii Apr 3 at 10:00
vote up 4 vote down

I've stopped believing that this question has any real answer.

  1. Bias: Most, if not all, sources I've seen quoted in many discussions of this issue have some degree of built-in bias.

    • SO is heavily populated by folks with an interest in .Net;
    • Freshmeat seems biased toward the Linux world (which tends to be heavy in C programmers);
    • Any self-reporting site is going to be biased by advocacy, and some language are more "fan-oriented" than others;
    • Open-job listings are about instantaneous hiring deltas, not total usage, etc.
  2. Lack of definition: What does "popularity" mean?

    • Total lines (or other volume-based measurement) of code in production use?
    • The percentage of world-wide CPU cycles spent on code that came from a given language?
    • Total number of programmers who know the language?
    • Total number of programmer-hours spent each year coding in a language?
    • Total number of programmers who would pick the language as their "favorite" (regardless of how much they use it)?
    • Do hobby and educational usage count the same as production commercial usage?
  3. Inadequacy of voting schemes: The whole "one person, one vote, winner takes all" approach often advocated is known to be flawed. For this one (which is about voting in general), look at sources such as RangeVoting.org.

As one small example of the last point, suppose there were only three languages, X, Y, and Z. Suppose that all programmers in the world were polled for their top two language preferences, and responded in "community" groups as follows:

Group   Headcount   First choice   Second choice
 #1        34%           X               Z
 #2        34%           Y               Z
 #3        32%           Z               X

Some would argue that Z is the highest-ranking language, despite not being the first choice of a majority.

link|flag
vote up 3 vote down

Douglas Crockford thinks it's JavaScript: The World's Most Misunderstood Programming Language Has Become the World's Most Popular Programming Language.

See also Brendan Eich's blog post on JavaScript Popularity. (With obligatory Wicked video)

link|flag
vote up 0 vote down

For me, popularity of a language is not by how many uses it, but by how useful it to a project or to the developer.

link|flag
1  
You are confusing popularity and usefulness. Popularity indeed means how many people like it or use it. What you said means usefulness. Even though I agree with you that usefulness is more important, ("popularity" != "usefulness") in any context. – DrJokepu Jan 3 at 18:15
vote up 1 vote down

One of the other breakdowns that you might want to apply to the data is by country. In my experience (I have had reason to think this but don't have any evidence currently) it seems like some languages such as Java and PL/SQL have much of their popularity stemming from India so if you're trying to determine what language to study that should be taken into account.

link|flag
I agree. India probably introduces such a big bias (due to the sheer number of programmers) that the survey results are inapplicable to just about any other country. – Dmitri Nesteruk Jan 3 at 18:51
vote up 2 vote down

Freshmeat has a definite bias toward the GNU world, where C is the dominant language, so it's more relevant to system level programming than higher level business applications. Java and C# have the lions share of that world these days.

link|flag
vote up 0 vote down

I beleive VB.NET is listed as just as popular as Java by Forrester Research, and more popular than C# and C++.

From memory the VB versions of Visual Studio Express get many more downloads as well. However I'll admit this might be more indicative of VB being a beginners language (or perceived as anyway).

link|flag
Do you have a link for their numbers? – John Meagher Sep 8 '08 at 2:16
vote up 0 vote down

Here's a recent survey.

http://www.hurricanesoftwares.com/popularity-of-programming-languages-by-august-2008/

According to this, Java is more popular than C.

link|flag
vote up 2 vote down

My vote would be for c# as well. Though i am pretty sure it is still not the highest by employment numbers. Check out this article on Dice.com jobs. jobs by language Looks like java is in far more demand. Which doesnt really surprise me, it has been around alot longer so there should be a larger amount of programs and apps in it thus a very high demand for java programmers.

link|flag
Perhaps a lot of former Java developers moved on to work as C#/.NET developers shifting the balance of open jobs resulting in more unfilled Java jobs as compared with C#. – Ray Vega Oct 22 '08 at 20:06
vote up 10 vote down

Programming Language Popularity

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.