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.

Ask HN: Which programming languages do not have corporate branding?

1 pointsby __striskalmost 8 years ago
I am interested in getting a list of languages that do not belong to a major corp, like Google Dart and Mozilla&#x27;s Rust.<p>C originated from Bell Labs, Javascript originated from Netscape, both are now free in a sense.<p>Python belongs to the Python Software Foundation. Dlang belongs to the Dlang foundation.<p>Kotlin belongs to Jetbrains. Hacklang to Facebook, Go to Google.<p>So, today, which programming languages can you use and not be affiliated with the Big 4 (FB, GOOG, APPL, MSOFT) or other smaller companies?<p>*edit: Rust apparently has minimal or small affiliation with Mozilla. my mistake.

3 comments

steveklabnikalmost 8 years ago
Mozilla employee paid to work on Rust here. We (that is, Mozilla employees who work on Rust) tend to think of Rust as an open source project we contribute to heavily, rather than a Mozilla project that&#x27;s open source. This has a number of implications.<p>Mozilla holds a trademark on the name and logo, and pays some salaries. They also pay for the CI bill. Copyright is held by the individual contributors, not Mozilla.<p>Governance of Rust itself is comprised of many small teams. <a href="https:&#x2F;&#x2F;www.rust-lang.org&#x2F;en-US&#x2F;team.html" rel="nofollow">https:&#x2F;&#x2F;www.rust-lang.org&#x2F;en-US&#x2F;team.html</a> Last time I checked, there&#x27;s roughly 60 people on those teams, and 15 of them are employed by Mozilla. The &quot;core team&quot; is 6 Mozilla employees out of 9 people.<p>We have had almost 2100 contributors in an all-time sense, for each six-week release period, we have about 120 people on average. So the vast majority of work is done by non-Mozilla people.<p>Take from this what you will :)
评论 #14932912 未加载
mtmailalmost 8 years ago
Actually I&#x27;m glad there are (non profit) Python&#x2F;Perl&#x2F;Ruby etc foundations. I don&#x27;t see that as corporate branding, but &lt;language name&gt; branding, e.g. owner of the trademark, receiving donations, running conferences.<p>Lua is independent <a href="http:&#x2F;&#x2F;www.lua.org&#x2F;authors.html" rel="nofollow">http:&#x2F;&#x2F;www.lua.org&#x2F;authors.html</a>
评论 #14932582 未加载
squiguy7almost 8 years ago
Nim <a href="https:&#x2F;&#x2F;nim-lang.org&#x2F;" rel="nofollow">https:&#x2F;&#x2F;nim-lang.org&#x2F;</a> seems to be an independent language that is getting some traction lately. I haven&#x27;t used it myself but am impressed with how well the project is doing.