this post was submitted on 15 Nov 2023
1023 points (96.2% liked)

Programmer Humor

32070 readers
605 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[โ€“] savedbythezsh@sh.itjust.works 25 points 10 months ago (1 children)

I'd like to point out, the value add of Rust isn't speed, it's safety in a low-level language. C is also just as fast, it's just that Rust guarantees safety in a wide class of potential catastrophic bugs with little to no runtime overhead, by using the design of the language and compiler.

[โ€“] tetris11@lemmy.ml 4 points 10 months ago

That's very true. My main issue though is the steep learning curve