Programming Language Diversity On the Rise
jfruh writes: "As GitHub becomes an increasingly common repository of project code, the metadata for projects saved there can tell us a lot about the state of the industry. In particular, a look at the programming languages used over the past half-decade shows an increasingly fragmented landscape, in which the overall share of most major languages is on a slight decline, while less-used languages are seeing modest growth in usage."
Well, isn't it what we wanted pretty much - "right tool for the job" and all that?
I think it is a good sign!
Yep C++, C, Objective-C, and C# are not popular?
Not by a number-of-new-projects metric. They're popular in the "build a giant flagship product" world, but by sheer number of projects, I'd expect them to be pretty small. They're not the kind of language where you can just slap pieces together and do a job, like Ruby, Python, or Perl tend to advocate. Rather, they're elegant for larger projects. A comparison by lines of code would show the C family in a much more favorable light.
CSS is a programing language?
Yes. It's not Turing-complete, but it's still a language for defining instructions.
You do not have a moral or legal right to do absolutely anything you want.
Using a git submodule just to throw in jquery.min.js is a bit overkill. Especially since it has no real advantages besides fixing GitHub's statistics.
10 PRINT CHR$(205.5+RND(1)); : GOTO 10