this post was submitted on 12 Mar 2025
15 points (68.3% liked)

Rust

6773 readers
12 users here now

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

Wormhole

[email protected]

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
[–] [email protected] 9 points 1 month ago (2 children)

My take on a summary: like C/C++, Rust can be relevant in a variety of use-cases and one could conceivably build a long-term career on it, while adjusting to market/technology interests.

Seems like a reasonable prediction?

[–] [email protected] 6 points 1 month ago (1 children)

Thanks, that's reasonable to say, much more reasonable than "Rust is the one true language that is right for everything". No idea about long term careers in anything related to programming, because of AI displacing every sort of knowledge work. But Rust will probably stay relevant for a while.

Certainly, the concept of building a career around a programming language has always been unsound. Good programmers know lots of languages and can pick up new ones as the need arises.

If you want to study one language as a means of absorbing new ideas, I'd suggest Haskell rather than Rust. You probably won't get to use it at work directly, but it will make you a better programmer in general. learnyouahaskell.com is a good place to start.

The stuff here is way more professionally important than being good at Rust or any other language: https://antirez.com/news/112

[–] [email protected] 1 points 1 week ago

Good article, thanks for the link! In the context of this conversation, I can agree that being exposed to different ways of solving problems will make you better and faster at doing just that.