this post was submitted on 04 Aug 2024
386 points (100.0% liked)

196

16233 readers
2499 users here now

Be sure to follow the rule before you head out.

Rule: You must post before you leave.

^other^ ^rules^

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] LainTrain@lemmy.dbzer0.com 46 points 1 month ago (4 children)

I thought furries liked Rust? Either way only if we can watch Dr.Chuck's course

[–] probableprotogen@lemmy.dbzer0.com 6 points 1 month ago* (last edited 1 month ago)

Damn I need to learn rust and embrace memory safety

[–] Aggravationstation@feddit.uk 5 points 1 month ago

Memory safe rule

[–] ColonelThirtyTwo@pawb.social 4 points 1 month ago (2 children)
[–] LainTrain@lemmy.dbzer0.com 4 points 1 month ago (1 children)

I'm trans and I like C, but I'm just old (26).

[–] sukhmel@programming.dev 4 points 1 month ago (1 children)

26 isn't old, if you don't mean that's your commercial experience with C amount, then it is

[–] LainTrain@lemmy.dbzer0.com 2 points 1 month ago

Well, I feel old haha

[–] ZILtoid1991@lemmy.world 4 points 1 month ago (2 children)

Rust has its pros, but also its downs too. Since Rust is also functional, you have to mainly think with that paradigm in mind, which makes it not ideal for many situations, most notably game development.

[–] Bolt@lemmy.world 5 points 1 month ago

Rust takes a lot of inspiration from functional languages, but I wouldn't call it a functional language itself. But yeah, not suited to every application.

[–] sukhmel@programming.dev 2 points 1 month ago

Better start with this book, Rust will feel natural after that: Learn you a Haskell for the great good by Miran Lipovača

But you are right, it is better suited for one things and worse for other. It's not strictly functional, though, and most likely when it will have been maturing for as long as C++ or at least C# it will also have tools and features that make it better suited even for game development