this post was submitted on 31 Aug 2023
65 points (92.2% liked)

Rust Programming

7734 readers
1 users here now

founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] asal 2 points 1 year ago (1 children)

I don’t know a ton of people who write Rust regularly, but most people at least somewhat familiar with it love the idea of the language.

Though of course actually using the language is a different story, as the compiler can be intimidating.

[–] [email protected] 5 points 1 year ago (1 children)

as the compiler can be intimidating

I thought compiler messages being way better than others was one of the selling points.

[–] njinx 2 points 1 year ago (1 children)

Compiler messages are first in class, but the borrow checker still makes for quite a brutal learning curve

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

@njinx @wviana it's amazing at the same time it's annoying 😞