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

196

18134 readers
682 users here now

Be sure to follow the rule before you head out.


Rule: You must post before you leave.



Other rules

Behavior rules:

Posting rules:

NSFW: NSFW content is permitted but it must be tagged and have content warnings. Anything that doesn't adhere to this will be removed. Content warnings should be added like: [penis], [explicit description of sex]. Non-sexualized breasts of any gender are not considered inappropriate and therefore do not need to be blurred/tagged.

If you have any questions, feel free to contact us on our matrix channel or email.

Other 196's:

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] LainTrain@lemmy.dbzer0.com 46 points 1 year 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 year ago* (last edited 1 year ago)

Damn I need to learn rust and embrace memory safety

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

Memory safe rule

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

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

[–] sukhmel@programming.dev 4 points 1 year 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 year ago

Well, I feel old haha

[–] ZILtoid1991@lemmy.world 4 points 1 year 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 year 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 year 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