this post was submitted on 25 Jan 2026
14 points (93.8% liked)

Rust

8122 readers
77 users here now

Welcome to the Rust community! This is a place to discuss about the Rust programming language.

Wormhole

!performance@programming.dev

Credits

  • The icon is a modified version of the official rust logo (changing the colors to a gradient and black background)

founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] jenesaisquoi@feddit.org 2 points 5 months ago

If they had done it in Go they also wouldn't have learned anything.

I absolutely love that Rust doesn't hide complexities or error cases (like assuming every filesystem path is utf8, for example), because that I learn a lot, and thus write better code in other languages as well.