this post was submitted on 19 Mar 2024
1306 points (98.9% liked)

Programmer Humor

20703 readers
1446 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
 
you are viewing a single comment's thread
view the rest of the comments
[โ€“] unionagainstdhmo@aussie.zone 4 points 11 months ago (1 children)

I actually found it alot easier once I had learnt C. That way I know where all of the problems are and can use the high-level stuff to get around them, while still fundamentally understanding what is going on

[โ€“] Sonotsugipaa@lemmy.dbzer0.com 1 points 11 months ago

Oh yeah, if you know C can be way more convenient depending on the language features you care about (as long as you thread very carefully when doing type punning, which you would rarely want to).