TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Most Popular Programming Languages on GitHub by OSS Insight

58 pointsby Tozenabout 2 years ago

10 comments

nindalfabout 2 years ago
GitHub stars + issues + PRs is going to favour languages developed on GitHub rather than mirrored on GitHub. It also favours languages undergoing rapid development compared to those that move at a slower pace.<p>Neither of these have anything to do with popularity, which means people actually using it. Here are some better proxies for popularity:<p>- What people are <i>searching</i> for on search engines (<a href="https:&#x2F;&#x2F;trends.google.com&#x2F;trends&#x2F;explore?date=2012-07-31%202022-07-29&amp;geo=GB&amp;q=%2Fm%2F07sbkfb,%2Fm%2F0jgqg,%2Fm%2F01t6b,%2Fm%2F05z1_" rel="nofollow">https:&#x2F;&#x2F;trends.google.com&#x2F;trends&#x2F;explore?date=2012-07-31%202...</a>)<p>- How many questions they’re asking on StackOverflow (<a href="https:&#x2F;&#x2F;insights.stackoverflow.com&#x2F;trends?tags=java%2Cc%2B%2B%2Cc%2Cpython" rel="nofollow">https:&#x2F;&#x2F;insights.stackoverflow.com&#x2F;trends?tags=java%2Cc%2B%2...</a>)<p>- Developer surveys (<a href="https:&#x2F;&#x2F;survey.stackoverflow.co&#x2F;2022&#x2F;#technology-most-popular-technologies" rel="nofollow">https:&#x2F;&#x2F;survey.stackoverflow.co&#x2F;2022&#x2F;#technology-most-popula...</a>).<p>But as long as we’re not measuring popularity based on <i>number</i> of results returned by Google, we’re probably fine. (<a href="https:&#x2F;&#x2F;blog.nindalf.com&#x2F;posts&#x2F;stop-citing-tiobe&#x2F;" rel="nofollow">https:&#x2F;&#x2F;blog.nindalf.com&#x2F;posts&#x2F;stop-citing-tiobe&#x2F;</a>)
评论 #35552027 未加载
评论 #35552093 未加载
评论 #35552109 未加载
评论 #35553113 未加载
评论 #35553294 未加载
评论 #35552874 未加载
评论 #35553155 未加载
martinwoodwardabout 2 years ago
If anyone wants to see the most used languages on GitHub then we post that data regularly in our Octoverse report (<a href="https:&#x2F;&#x2F;octoverse.github.com&#x2F;2022&#x2F;top-programming-languages" rel="nofollow">https:&#x2F;&#x2F;octoverse.github.com&#x2F;2022&#x2F;top-programming-languages</a>). This ranking is obtained by looking at the code pushed to GitHub and to Gists on GitHub with-in a 12 month period.<p>What I find most interesting is how consistent that top 10 list is with the Octoverse data. We have to look much further down the table to see the cool kids like Rust, Go or Lua. While growing very fast there is just so much code out there in Javascript, Typescript, Python, Java, C#, C++ etc that is takes a lot for a language to move up the charts.<p>That said, while I generally caution against an unhealthy interest in Stars - what the OSS Insight data does a decent job of showing is the activity and interest in the open source languages communities. Rust is clearly incredibly strong there along with things like TypeScript, Go, Python etc. But it&#x27;s also heartening to see the strength in open source language ecosystems such as Swift, Java &amp; .NET but also some surprises such as PowerShell or the more academic languages like OCAML.
mtillmanabout 2 years ago
I’m confused, this is actually a list of language repos that have the most stars, pull requests, and issues. Doesn’t seem like popular is the right word and especially for those metrics.
评论 #35551882 未加载
评论 #35552153 未加载
commitpizzaabout 2 years ago
Very interesting, Vlang sounds like a cool project and kind of a dreamy language if it can become more stable.<p>However, it doesn&#x27;t speak for the most popular languages but maybe rather to the most active ones? I really doubt that Vlang (as an example) is more popular than Python, PHP etc..
评论 #35564462 未加载
评论 #35553192 未加载
评论 #35553183 未加载
swiftcoderabout 2 years ago
Does this dynamically load the data from the github API in frontend javascript on every page load?<p>Le sigh. Apart from the obvious UX issue of waiting for this data to load on every page navigation, a little caching might help avoid sending a DDOS at the GitHub API...
评论 #35564967 未加载
jasfiabout 2 years ago
Good to see Nim doing well.
esafakabout 2 years ago
It&#x27;s worth noting that this is backed by TiDB: <a href="https:&#x2F;&#x2F;ossinsight.io&#x2F;explore&#x2F;" rel="nofollow">https:&#x2F;&#x2F;ossinsight.io&#x2F;explore&#x2F;</a>
xupybdabout 2 years ago
Come on F# you can do it.<p>Seriously I wish it would gain more traction. I love using F# but fear it&#x27;s a bit of a dead end of an investment.
评论 #35619078 未加载
v0idzer0about 2 years ago
Random nitpick but Node.js is not really a programming language
tpoacherabout 2 years ago
Conclusion: Github is overrun by hipsters.