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

founded 2 years ago
MODERATORS
 

Finally I have a valid reason to learn about memory management. It was also hella weird when encountering it.

you are viewing a single comment's thread
view the rest of the comments
[–] cows_are_underrated@feddit.org 13 points 2 days ago (4 children)

I want to learn rust and got the recommendation to learn C first.

[–] ulterno@programming.dev 4 points 1 day ago

That's a nice recommendation.

For a beginner without experience in using libraries, the additional requirements in Rust would feel unnecessary and frustrating.
If you take up Rust after learning programming using C (which won't require all that extra stuff and let you learn the basics easily), that would make it easier for you to appreciate the results of the extra work it makes you do.

[–] vala@lemmy.dbzer0.com 15 points 2 days ago

C is a 100% valid language to spend your time on.

[–] Neptr@lemmy.blahaj.zone 4 points 1 day ago (1 children)

Probably a good idea. I decided to learn Rust after using Python for a couple years. I took a semester of C++ but barely remember anything. Maybe I should write a project in C and rewrite later in Rust. I personally only learn when I get inspiration to make a program, which means I learn on the spot. I don't think it is the best way to do things (if I knew the language better I may make better decisions), but it is the only way I can motivate myself to learn.

[–] Crashumbc@lemmy.world 3 points 1 day ago

Everyone learns differently. Go with what works for you.

I tend to learn the same way,