GitHub Language Trends
redmonk.com
GitHub Language Trends
1–10 of 68 posts
Re: GitHub Language Trends
#2I can't get enough language statistics on Github! I run 'gitinspector' on my web server to compute language stats in individual git repositories, but one thing I haven't been able to figure out it how to chart the language stats for one git repository over time in a branch.
Does anybody know how you can chart language use over time in one repository?
Re: GitHub Language Trends
#3Ruby has probably just settled to a normal position post early adopter. Shows that Ruby is still strong.
Javascript is probably building the sorts of libraries that other languages already have. These guys have had a lot of work to do.
Re: GitHub Language Trends
#4Re: GitHub Language Trends
#5I don't know this is a good indication of trends. As the article (somewhat shallowly) shows, there are stories behind of these graphs. Ruby has probably just settled to a normal position post early adopter. Shows that Ruby is still strong. Javascript is probably building the sorts of libraries that other languages already have. These guys have had a lot of work to do.
Also, Javascript is something that is going to get checked in to lots of web projects one way or another. I wonder if they weed out duplicate copies of, say, jQuery.
Re: GitHub Language Trends
#6Re: GitHub Language Trends
#7Re: GitHub Language Trends
#8The Github language system is also somewhat unpredictable: https://github.com/SheetJS/test_files seems to alternate between AppleScript and Shell with each commit (even if no .scpt or .sh file was changed or added)
Re: GitHub Language Trends
#9What is the cause for the correlation between Java and JavaScript?
Re: GitHub Language Trends
#10> the JavaScript development philosophy that encourages bundling of dependencies in the same repo as the primary codebase
I wonder how much this is still an issue with the rise of npm, bower and other package managers.