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

1 pointsby was_boringover 5 years ago
Would you start a new project in Go? It seems the hype train has died on it (which isn&#x27;t itself a bad thing), but would you consider it?<p>I&#x27;m thinking of starting a new project with it. It needs relatively high throughput (~20k transactions a second) but unsure if Go is a good choice. I like the simple syntax, low memory footprint and easy threading&#x2F;routines.

3 comments

verdvermover 5 years ago
Golang is here to stay. Look at the most significant projects out there, many are written in Go. It&#x27;s a great language which I use daily and will continue to do so.<p>What other choices are you considering?
bt848over 5 years ago
The answer really depends on the nature of these transactions. For example if you can achieve the desired throughput with one thread that could change your decision.
streetcat1over 5 years ago
Yes. It is the language of Kubernetes.<p>And Kubernetes is the new OS.