this post was submitted on 12 Dec 2024
220 points (99.1% liked)

Programmer Humor

32692 readers
323 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 

you are viewing a single comment's thread
view the rest of the comments
[–] yogthos@lemmy.ml 6 points 6 days ago

I actually think that everybody should learn a functional language like Scheme first because it teaches you to think about state explicitly. It's very easy for somebody who learned a functional language to pick up an imperative one, but it's very hard for people to go the other way around.