TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

The RedMonk Programming Language Rankings: September 2012

9 点作者 sogrady超过 12 年前

2 条评论

igouy超过 12 年前
1) The "analysis" is just as broken as it was in February.<p>The "popularity" of most of those languages is being grossly distorted when you convert the "# of Tags" and "# of Projects" data to rankings.<p>The range in rank value for the stackoverflow tags was from 1 to 56, but the range in "# of Tags" that rank is based upon was from 0 to 82,923 and the data was so skewed that only 11 of 56 languages had above average "# of Tags".<p>Haskell was well below average for "# of Tags" and Java was well above average for "# of Tags" --<p><pre><code> #56 Java = 82,923 &#62;&#62;&#62; mean = 18,770 &#60;&#60;&#60; #40 Haskell = 1,896 # 1 F# = 0 </code></pre> (The story was the same for the github "# of Projects" rank numbers.)<p>2) Which gives rise to this kind of bad-math "analysis" --<p>"Go jumping from #32 in 2010 to #30 today, a number that sounds modest but means that in that time it has improved more in popularity than Scala or Haskell and as much as Java, at least from a rankings standpoint (obviously growth becomes more difficult the more popular the language becomes)."
评论 #4517752 未加载
paperwork超过 12 年前
Interesting analysis. I don't quite understand Go. It isn't actually as low level as C. As far as I know, it can't be used to write operating systems or device drivers. It isn't as fast as Java; it can't even beat node.js in many benchmarks.<p>There are some smart people championing Go, but I don't see the benefits.
评论 #4513399 未加载