Skip to content

Comment on Rust vs. Go 2025

Comments

I really tried to love Go. But I guess it’s too verbose for my liking. Not having modern paradigms like iterators, or basic data structures — is a bummer, especially in web related development.

On top of that, the pollution of ‘if err != nil’ everything, makes the code unreadable.

Rust, on the other hand, is adorable, and I enjoy it every time I get a chance to write in it.

Not having modern paradigms like iterators

Go actually has iterators.

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.