433
you are viewing a single comment's thread
view the rest of the comments
[-] asyncrosaurus@programming.dev 5 points 2 days ago* (last edited 2 days ago)

I was hacking scripts and web shit together in perl, python and php for many years before learning C, and just a couple months learning C/C++ made me understand so many more basic concepts than all previous years experiences combined.

[-] OpenStars@discuss.online 1 points 2 days ago

Try assembly then - it'll freaking blow your mind!:-)

[-] asyncrosaurus@programming.dev 1 points 4 hours ago

I took a compiler course focused on optimization and porting. So I worked with x86 and ARM. There's very little reason in modern computing to write assembly by hand, but it's still useful to be able to read and understand.

[-] OpenStars@discuss.online 1 points 3 hours ago

Having to work within such constraints, it really showed me difficulties that modern languages try to entirely abstract away from you. e.g. there are only so many "registers" that physically exist, before you have to start using much slower to access memory locations - a very far cry indeed from automated variable garbage collection!!

this post was submitted on 16 Sep 2024
433 points (97.4% liked)

Programmer Humor

19190 readers
1113 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 1 year ago
MODERATORS