this post was submitted on 31 Aug 2025
317 points (96.5% liked)
Programmer Humor
26109 readers
1423 users here now
Welcome to Programmer Humor!
This is a place where you can post jokes, memes, humor, etc. related to programming!
For sharing awful code theres also Programming Horror.
Rules
- Keep content in english
- No advertisements
- Posts must be related to programming or programmer topics
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I can't comment whether learning C first improves your rust, but it certainly makes you appreciate what the rust compiler does.
Also learning rust improved my C.
I think it's a fair strategy. If they know what happens if you do it wrong people suddenly complain less about rust's borrow checker. Whereas people who are only used to garbage collected language don't usually have the slightest clue why it works the way it does.