this post was submitted on 29 Feb 2024
168 points (99.4% liked)

technology

23218 readers
2 users here now

On the road to fully automated luxury gay space communism.

Spreading Linux propaganda since 2020

Rules:

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] LGOrcStreetSamurai@hexbear.net 9 points 1 year ago* (last edited 1 year ago) (12 children)

Real question for the techies, is Rust worth hacking around with? It’s just “C++ - Director’s Cut” right?

[–] FunkyStuff@hexbear.net 8 points 1 year ago (4 children)

Not sure exactly what you mean, but Rust is a pleasure to use and it'll change the way you think about coding (even in other languages). It's worth giving it a shot.

[–] LGOrcStreetSamurai@hexbear.net 7 points 1 year ago (1 children)

Well. That sounds convincing enough to me. I'll check out the official site and create my typical test of a language, creating a basic dice rolling console program.

[–] FunkyStuff@hexbear.net 3 points 1 year ago

Good luck! That's a really good starter project because you'll need to use a separate crate for RNG, so it'll teach you how to use Cargo and set up properly. I can't recommend using the Rust book enough, the first 2 chapters should suffice for your test.

load more comments (2 replies)
load more comments (9 replies)