Live data from Hacker News

Github and Stackoverflow programming language popularity

redmonk.com

21–30 of 48 posts

Re: Github and Stackoverflow programming language popularity

#21
post #19

is it possible to get numbers and units on the axis? what does the 80 mean, I think this is incredible

I'm having trouble parsing the SO axis as well. Python (145K tags) and PHP (300K tags) are right next to each other around 90. R (19K tags) and Delphi (17K tags) are just slightly below around 80.

Re: Github and Stackoverflow programming language popularity

#22
post #13

"a few surprises on this list – the continued traction of Java" I'm not surprised by this at all ... while looking for work recently, I was a bit shocked at how much of the doom and gloom being spoken about Java was wrong. It's not cool to say you're a Java developer, but most of the corporate world runs on it, even if no one admits to be the person developing those applications. There were even a few projects where…

[deleted]

Re: Github and Stackoverflow programming language popularity

#23

Earlier quoted context omitted.

>On the other hand, C# and Visual Basic are weekend coders' languages Or they simply have anti-git bias in developer's culture. Like F#, which is not popular among beginners but placed far away over median too.

Seconded. In C#'s favourite environment (Visual Studio) the GIT-support is so far from seamless that it's one of the last source-control/VCS's you'll consider.

Does that matter because of the missing feature (which is actually pretty good if you try git-extensions or github for windows) or is this because of the community? Not needing editor/IDE integration is one of the primary reasons git is better than other source control options. You could easily make the case that VS users are not comfortable on the command line.

Re: Github and Stackoverflow programming language popularity

#24
These are curious statements:

* CoffeeScript is a simplied version of JavaScript that infuriates technologists with its technical compromises

What compromises and how is it simplified? If anything it's more complex than JavaScript.

* while Assembly is as close to the bare metal as most developers today are likely to get.

The only thing closer would be machine code. Not sure I want to develop in that :)

(btw, hijacking the clipboard is kind of annoying :-/)

Re: Github and Stackoverflow programming language popularity

#27

Keep in mind that Javascript is hugely overcounted on Github. How many web applications include a copy of jQuery and friends in their source? There are lots of Ruby on Rails applications on Github that list Javascript as their primary language.

Same with Scala vs. Java. I have a few Scala projects on Github and they tend to be counted as Java even if there's one file of Java code in there versus dozens of Scala files.

Re: Github and Stackoverflow programming language popularity

#28
post #2

Somehow I do not feel confidant about correlating language popularity on stackoverflow to the actual popularity. For some languages (e.g. in my observation:, c#, objective c), there are only few tutorial/sample code outside of stackoverflow as compared to other languages (e.g. again in my observation Java). This makes more and more activity on stackoverflow for some languages as compared to the other languages which…

Or such languages have only few tutorial/samples in wild web because of superior quality of official documentation. Or, in circular logic, because of existence of good community on stackoverflow.

Re: Github and Stackoverflow programming language popularity

#29
post #13

"a few surprises on this list – the continued traction of Java" I'm not surprised by this at all ... while looking for work recently, I was a bit shocked at how much of the doom and gloom being spoken about Java was wrong. It's not cool to say you're a Java developer, but most of the corporate world runs on it, even if no one admits to be the person developing those applications. There were even a few projects where…

Java's popularity is the very cause of all the bellyaching about Java. Most criticisms arise while looking at other people's code, and there's an awful lot of Java code to look at. Most of the criticism seems to be about Java culture (excessive abstraction) and Java coding standards, and less about the language itself. I hate most Java code too, but have chosen Java for projects.

Most notable to me is how many of the trendy languages on HN are less popular than assembly. Is that because assembly is somehow over represented, perhaps some library is checked in by lots of people? Or is this chart just extremely long-tailed?

Re: Github and Stackoverflow programming language popularity

#30
post #13

"a few surprises on this list – the continued traction of Java" I'm not surprised by this at all ... while looking for work recently, I was a bit shocked at how much of the doom and gloom being spoken about Java was wrong. It's not cool to say you're a Java developer, but most of the corporate world runs on it, even if no one admits to be the person developing those applications. There were even a few projects where…

I wonder if Android development is also a big factor in Java's popularity.
Post reply on HN