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.

Rust vs. Go: Battle for the Back End

17 pointsby naveed1252 months ago

6 comments

DeathArrow2 months ago
&gt;the truth is when we needed super high performance in production, the answer was either Go or Rust.<p>For high performance, the answer is C, C++, Zig or Rust.<p>For backend it can be Go, it can be Java, it can be C#, it can be Python or Javascript.<p>C# is on par performance wise with Go and I suspect the same for Java.<p>Choosing a language for something has to be done by considering trade offs, benefits and disadvantages, on both long and short term.<p>Rust would fit system programming while Go will fit the backend. I know &quot;the right tool for the job&quot; is very often mentioned but I will mention it again.<p>For backend I would be interested in a functional language, be it F#, OCaml, Elixir or Clojure, because I grew tired of OOP, SOLID, design patterns, clean coding, kingdom of nouns and Uncle Bob. All things, I used long ago to believe in. But since no one is hiring functional programming and I don&#x27;t have the resources to be the sole owner and developer of a startup, I am stuck in kingdom of nouns.
评论 #43307368 未加载
评论 #43307367 未加载
评论 #43308103 未加载
go-nil-why2 months ago
The fact that Go is considered a “modern” language and nil pointer exceptions are downright common blows my mind every day. Is there a static checker config that folks use to reduce this risk? Because coming from a TS background it’s legitimately bizarre to me that at $COMP insufficient nil pointer checking <i>regularly</i> causes major production outages.
评论 #43307951 未加载
评论 #43317319 未加载
评论 #43307316 未加载
notimetorelax2 months ago
Did I read it right, the article used Claude to get the performance stats?
评论 #43307317 未加载
评论 #43307688 未加载
silisili2 months ago
There&#x27;s no real battle, except for language zealots.<p>Go gets a ton of things right for easy programming, and presents a super readable language with concurrency as a forethought.<p>Rust take a more conservative approach with a focus on correctness, and is the more performant language typically, for when you need it.<p>I don&#x27;t at all see them filling the same niche, so I can&#x27;t understand why this argument comes up so often.
评论 #43307922 未加载
colesantiago2 months ago
There doesn&#x27;t seem to be anything new here with Rust and Go that we already didn&#x27;t know.<p>Reading the article, it looks like this article is generated by an LLM, as most things are nowadays.
wood_spirit2 months ago
So can someone sum up what is said below the paywall fold?
评论 #43307315 未加载
评论 #43307322 未加载
评论 #43316774 未加载