this post was submitted on 31 Aug 2023
5 points (85.7% liked)

Rust Programming

8172 readers
23 users here now

founded 5 years ago
MODERATORS
top 7 comments
sorted by: hot top controversial new old
[–] Franzia@lemmy.blahaj.zone 1 points 1 year ago

Cool! Sounds even more useful than I thought.

[–] starflower@lemmy.blahaj.zone 0 points 1 year ago

Rust, combined with its' excellent tooling, is the only language that has managed to make me feel like a genius while writing code. It may not be for everyone, but I personally absolutely love the ergonomics, safety and performance promises the language makes.

[–] Nioxic@lemmy.dbzer0.com -1 points 1 year ago (2 children)
[–] words_number@programming.dev 2 points 1 year ago

In the large yearly stack overflow survey it has been the "most loved programming language" for the past 8 years in a row and at the moment its admiration is only growing. I don't see anything stop this streak anytime soon. For good reasons.

[–] dessalines@lemmy.ml 1 points 1 year ago (1 children)

For the eighth year in a row, Rust has topped the chart as “the most desired programming language” in Stack Overflow’s annual developer survey.

From the very first sentence of the article.

[–] guts@lemmy.ml 0 points 1 year ago (1 children)

What's your opinion of Ruby?.

[–] dessalines@lemmy.ml 1 points 1 year ago

Probably the most beautiful-looking language, but doesn't have great performance. Also it's not strictly typed, and garbage-collected. I used to use it for scripts, but now I just script in rust.