Thread overview | |||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
September 03, 2013 Top Github Languages for 2013 (so far) | ||||
---|---|---|---|---|
| ||||
http://adambard.com/blog/top-github-languages-for-2013-so-far/ |
September 03, 2013 Re: Top Github Languages for 2013 (so far) | ||||
---|---|---|---|---|
| ||||
Posted in reply to Elvis | Why D get less popular than last year in positive influence of great DConf 2013? |
September 03, 2013 Re: Top Github Languages for 2013 (so far) | ||||
---|---|---|---|---|
| ||||
Posted in reply to Elvis | On 9/3/13, Elvis <elvis_chow@hotmail.com> wrote:
> Why D get less popular than last year in positive influence of great DConf 2013?
It could just be that the Github language detection mechanism got better. A lot of repositories have been known to be marked as D-language repos, when they had nothing to do with D. There are other languages that use the .d extension, and this trips up Github.
I don't think even these new statistics are reliable. They should really do something as simple as check whether there's an "import std.*" or "import core.*" in a .d file, this would probably cut down on a lot of fake positives.
|
September 03, 2013 Re: Top Github Languages for 2013 (so far) | ||||
---|---|---|---|---|
| ||||
Posted in reply to Elvis | On Tuesday, 3 September 2013 at 13:32:09 UTC, Elvis wrote: > Why D get less popular than last year in positive influence of great DConf 2013? less popular? http://lang-index.sourceforge.net/ |
September 03, 2013 Re: Top Github Languages for 2013 (so far) | ||||
---|---|---|---|---|
| ||||
Posted in reply to Daniel Kozak | On Tuesday, 3 September 2013 at 13:54:49 UTC, Daniel Kozak wrote: > On Tuesday, 3 September 2013 at 13:32:09 UTC, Elvis wrote: >> Why D get less popular than last year in positive influence of great DConf 2013? > > less popular? http://lang-index.sourceforge.net/ Yes, definitly :) http://web.archive.org/web/20120814074751/http://lang-index.sourceforge.net/ |
September 03, 2013 Re: Top Github Languages for 2013 (so far) | ||||
---|---|---|---|---|
| ||||
Posted in reply to Elvis | On Tuesday, 3 September 2013 at 13:32:09 UTC, Elvis wrote:
> Why D get less popular than last year in positive influence of great DConf 2013?
I personally created a bunch of repos on the GitHub in other languages, just to contribute to the D community, one of which is for example a MonoDevelop debugging add-in written in C#. I guess there is a lot of hidden 'D support' code on the GitHub.
I don't believe in any expressiveness of github's statistics...
Ludovit
p.s. the DConf was really great, today I have seen for instance the David Simcha's talk. Beautiful piece for software engineer's heart. Keep rollin' David !
|
September 03, 2013 Re: Top Github Languages for 2013 (so far) | ||||
---|---|---|---|---|
| ||||
Posted in reply to Elvis | On Tuesday, 3 September 2013 at 13:13:11 UTC, Elvis wrote:
> http://adambard.com/blog/top-github-languages-for-2013-so-far/
GitHub is GitHub only ;)
SourceForge Index: 21, TIOBE Index: 22.
Over last year the D has a positive trend on TIOBE. Waiting for September's update.
/* The language for Enterprises - The D Programming Language. Neither SMS nor Credit Card required. */
/* SEO Mode Off ;) */
|
September 04, 2013 Re: Top Github Languages for 2013 (so far) | ||||
---|---|---|---|---|
| ||||
Posted in reply to Elvis | On Tuesday, September 03, 2013 15:32:08 Elvis wrote:
> Why D get less popular than last year in positive influence of great DConf 2013?
As Andrej points out, it could be a difference in how github determines the lanugage of a repo. Unlike bitbucket, it doesn't ask you but rather tries to guess, which obviously is going to introduce errors (e.g. there was a question on stackoverflow a few months back about someone's repo which was being mis- categorized as D due to the fact that they had some large generated files which happened to have .d as their extension). But also, it could be that D has continued to grow at the same pace but that other languages grew faster. Or it could be that more D projects were put elsewhere than github. We really can't know why the numbers of changed, and they're highly suspect regardless of whether they put D in a bad light or not, just like many such metrics are suspect.
All in all, it's an interesting statistic, but it doesn't mean all that much.
- Jonathan M Davis
|
September 04, 2013 Re: Top Github Languages for 2013 (so far) | ||||
---|---|---|---|---|
| ||||
Posted in reply to Michael | On Tuesday, 3 September 2013 at 17:09:04 UTC, Michael wrote: > On Tuesday, 3 September 2013 at 13:13:11 UTC, Elvis wrote: >> http://adambard.com/blog/top-github-languages-for-2013-so-far/ > > GitHub is GitHub only ;) > > SourceForge Index: 21, TIOBE Index: 22. They measure different things. The SourceForge Index and TIOBE measure (or at least attempt to measure) how popular a language is in terms of volume of discussion (Google hits, blog mentions etc.) GitHub repo counts is an attempted measure of how much the language is actually used. These are very different things. I imagine D does well in discussion largely due to the amount Walter and Andrei bombard reddit with links. I have to admit, even as an insider to the D community, I can't name many projects using D off the top of my head. The GitHub ranking certainly does have its flaws, as will any metric, but I don't think it's radically wrong for measuring the use of D in projects. I certainly wouldn't put D in the top 20, and probably not even top 30. It's interesting to compare the content of the D subreddit versus the Go subreddit: http://www.reddit.com/r/golang http://www.reddit.com/r/d_language The golang subreddit appears to have a lot more posts along the lines of "here's a project I wrote in Go", whereas the posts in the D subreddit are usually blog posts about D's features. Also interestingly, the D subreddit has ~900 subscribers and the Go subreddit has ~5500, which correlates very closely with the number of GitHub repos. |
September 04, 2013 Re: Top Github Languages for 2013 (so far) | ||||
---|---|---|---|---|
| ||||
Posted in reply to Peter Alexander | On 4 September 2013 06:02, Peter Alexander <peter.alexander.au@gmail.com> wrote: > On Tuesday, 3 September 2013 at 17:09:04 UTC, Michael wrote: >> >> On Tuesday, 3 September 2013 at 13:13:11 UTC, Elvis wrote: >>> >>> http://adambard.com/blog/top-github-languages-for-2013-so-far/ >> >> >> GitHub is GitHub only ;) >> >> SourceForge Index: 21, TIOBE Index: 22. > > > They measure different things. The SourceForge Index and TIOBE measure (or at least attempt to measure) how popular a language is in terms of volume of discussion (Google hits, blog mentions etc.) GitHub repo counts is an attempted measure of how much the language is actually used. These are very different things. > > I imagine D does well in discussion largely due to the amount Walter and Andrei bombard reddit with links. > a.k.a. Walterbot and Andralexbot. -- Iain Buclaw *(p < e ? p++ : p) = (c & 0x0f) + '0'; |
Copyright © 1999-2021 by the D Language Foundation