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.

How Go was Made

104 pointsby beliualmost 10 years ago

7 comments

jaytayloralmost 10 years ago
The article indirectly raised a few questions for me:<p>Why is there a massive skew favoring Googlers having their proposals implemented compared to plebes? Did the stats change after rob&#x27;s talk in 2012?
评论 #9868389 未加载
评论 #9868277 未加载
gullalmost 10 years ago
A separate issue - I never know exactly what people mean when they say this:<p><i>&quot;Diverse teams are more innovative and adaptable than monocultures.&quot;</i>
评论 #9868387 未加载
iopqalmost 10 years ago
Go was made in China over 2500 years ago at which point it was called yì (弈). Then some guy had to name his programming language Go and make &quot;Go programming&quot; hard to search for.
评论 #9869057 未加载
评论 #9872376 未加载
评论 #9868917 未加载
ameliusalmost 10 years ago
I have a question about the design of the garbage collector of Go. Does it also clean up goroutines that are waiting on a &quot;forgotten&quot; channel? And does this apply for processes waiting for each other in a cycle?
评论 #9870263 未加载
nickpsecurityalmost 10 years ago
Start with an existing language (Brand X). Reimplement it almost identically with modern-looking syntax. Improve and worsen it with some change. Give it a new name. Apparently a method that works:<p><a href="http:&#x2F;&#x2F;cowlark.com&#x2F;2009-11-15-go&#x2F;" rel="nofollow">http:&#x2F;&#x2F;cowlark.com&#x2F;2009-11-15-go&#x2F;</a><p>In all seriousness, though, they could&#x27;ve just independently rediscovered a lot of wise design decisions. Strange if they&#x27;d never seen this one studying programming language history, though. I&#x27;m with the author wishing they applied the innovations that have happened in recent decades or even new ones. Julia is an example of an imperative one that tries to do that.
评论 #9868760 未加载
gullalmost 10 years ago
Although Go is more popular than ever, I&#x27;m not sure the following observations are good signs. Something about them makes me uncomfortable.<p><i>&quot;The decision process was consensus driven.&quot;</i><p><i>&quot;The first Go program was the prime sieve.&quot;</i><p><i>&quot;In July 2008, the project became more serious.&quot;</i>
评论 #9868409 未加载
AdieuToLogicalmost 10 years ago
&gt; Go began with Robert Griesemer, Rob Pike, and Ken Thompson. “What should a modern programming language look like” (the story goes as they were waiting for some C++ to compile).<p>Cute. Nice to keep a dig[1] going. Since that horse has been kicked quite a few times over the years, how about those in the Go community address these language criticisms:<p><a href="http:&#x2F;&#x2F;yager.io&#x2F;programming&#x2F;go.html" rel="nofollow">http:&#x2F;&#x2F;yager.io&#x2F;programming&#x2F;go.html</a><p>For specific examples from the aforementioned link:<p><pre><code> The &quot;correct&quot; way to build generic data structures in Go is to cast things to the top type and then put them in the data structure. This is how Java used to work, circa 2004. </code></pre> And:<p><pre><code> Go has the null pointer (nil). I consider it a shame whenever a new language, tabula rasa, chooses to re-implement this unnecessary bug-inducing feature. </code></pre> Of which the latter has been regretted by its inventor[2] for years.<p>1 - &quot;[C++] certainly has its good points. But by and large I think it&#x27;s a bad language.&quot; (source: <a href="https:&#x2F;&#x2F;en.wikiquote.org&#x2F;wiki&#x2F;Ken_Thompson" rel="nofollow">https:&#x2F;&#x2F;en.wikiquote.org&#x2F;wiki&#x2F;Ken_Thompson</a>)<p>2 - <a href="http:&#x2F;&#x2F;www.wisdomandwonder.com&#x2F;link&#x2F;2015&#x2F;tony-hoare-sorry-for-inventing-the-null-pointer" rel="nofollow">http:&#x2F;&#x2F;www.wisdomandwonder.com&#x2F;link&#x2F;2015&#x2F;tony-hoare-sorry-fo...</a>
评论 #9868872 未加载
评论 #9868877 未加载
评论 #9875587 未加载
评论 #9871100 未加载