this post was submitted on 17 May 2025
28 points (91.2% liked)
Rust
6940 readers
27 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 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Long but a very good blog post. I largely agree with all the conclusions and similarly wish Rust would go in a better direction with regards to certain features, especially compile-time reflection.
I also sadly agree with the comments on the Rust leadership. My personal experience with contributing to Rust has not been great, though I haven't tried very hard (but exactly because the initial feeling was not great).
I feel like Rust is the initial implementation of a great language. It's all there, but some of it feels harder to use than necessary.
My wishlist includes reflection, easier to use generics, more approachable concurrency handling, and nicer string abstractions.