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: Future of Go?

11 pointsby humilityabout 10 years ago
In my opinion, everything google touches turns into mud (viz. sparrow, angular etc) - even though it is quite lucrative at this point, is it worth investing time learning &amp; considering Go for serious backend development? Pardon me for my naiveté.<p>Honorary mention: didgoogleshutdown.com

8 comments

matthewmacleodabout 10 years ago
I don&#x27;t think it&#x27;s going to go anywhere (heh) but I do think it will find its niche - you can see this in things like Docker and Kubernetes.<p>It serves a useful function, being somewhere between a pleasant, slow and somewhat less dependable scripting language like Ruby or Python, and a fast, dangerous language like C. It&#x27;s perfect for writing lower-lever distributed systems, and is terrifically boring in a way that a reliable language designed to handle these sorts of systems should be.<p>So I don&#x27;t think it&#x27;s going anywhere. It&#x27;s great for writing the plumbing that powers everything. I don&#x27;t want to build web apps with it, but there are plenty of other options for that.
评论 #9444453 未加载
SEJeffabout 10 years ago
Go is quickly becoming _the_ defacto language for writing cloud management and tooling. Look no further than both docker[1] and kubernetes[2] for a very wide community. Kubernetes in specific has a very diverse community with people from dozens of companies rallying behind Google with some serious developer manpower behind it.<p>Then there are companies like cloudflare[3] which while you might not have heard of them, run much of the underlying infrastructure that a large swath of the internet depends upon. Companies like hashicorp[4], makers of consul and packer. etc, etc. Go is opinionated, love it or hate it, it is here to stay. It fills a really nice gap between python and C and is a slam dunk for building distributed services, which is what it was designed for.<p>[1] <a href="http:&#x2F;&#x2F;www.docker.com&#x2F;" rel="nofollow">http:&#x2F;&#x2F;www.docker.com&#x2F;</a><p>[2] <a href="http:&#x2F;&#x2F;kubernetes.io&#x2F;" rel="nofollow">http:&#x2F;&#x2F;kubernetes.io&#x2F;</a><p>[3] <a href="https:&#x2F;&#x2F;blog.cloudflare.com&#x2F;go-at-cloudflare&#x2F;" rel="nofollow">https:&#x2F;&#x2F;blog.cloudflare.com&#x2F;go-at-cloudflare&#x2F;</a><p>[4] <a href="https:&#x2F;&#x2F;hashicorp.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;hashicorp.com&#x2F;</a>
tptacekabout 10 years ago
Google can&#x27;t shut down Golang. It&#x27;s a public open source project. It&#x27;s likely Google isn&#x27;t even its biggest user anymore.
bmurphy1976about 10 years ago
Works pretty great, has a strong community, many contributors outside of Google. I highly doubt it&#x27;s going anywhere (much to some peoples&#x27; dismay I suppose).
nailerabout 10 years ago
Go seems solid - I&#x27;m not a go person - the kind of stuff I make generally doesn&#x27;t need it - but even outside traditional C communities Go is super popular. I know modulus use it for their load balancer (rather than node, which is interesting) and the CoreOS and GoSquared folks I&#x27;ve spoken to think it&#x27;s pretty rad too.
starptechabout 10 years ago
The future is now. Learn Go, learn how to handle an another way of programming. Earn the benefits and either it&#x27;s the right tool otherwise you go further. It&#x27;s really depends on your needs. When I should something to say about my experience with Go then that Go has a nice minimalistic type-system, you will appreciate that.
GutenYeabout 10 years ago
Point made, it&#x27;s open source and even without Google, we still have communities. For these who are interested, you can Google Ruby history.
Tankensteinabout 10 years ago
I am also interested in this. I&#x27;m reading a lot about it, and goroutines look fantastic.