this post was submitted on 03 Oct 2024
555 points (97.9% liked)
Technology
59373 readers
5597 users here now
This is a most excellent place for technology news and articles.
Our Rules
- Follow the lemmy.world rules.
- Only tech related content.
- Be excellent to each another!
- Mod approved content bots can post up to 10 articles per day.
- Threads asking for personal tech support may be deleted.
- Politics threads may be removed.
- No memes allowed as posts, OK to post as comments.
- Only approved bots from the list below, to ask if your bot can be added please contact us.
- Check for duplicates before posting, duplicates may be removed
Approved Bots
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I think that this is the reason that the rust programming language exists: to make learning the skill too hard for a regular person.
My favorate quote about the language is, "it feels like rust was made by people who hate uncertan behavor." Languages with manual memory management are harder. On top of that, Rust demands you prove your memory management is 'correct'.
Programming is already too hard for a regular person
Yes, most humans have trouble putting what they want into logical step-by-step instructions.
much easier than C/C++. no more random bugs that make no sense and basically untraceable segfault crashes