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
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
view the rest of the comments
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.