this post was submitted on 22 Oct 2025
845 points (98.2% liked)

Programmer Humor

27092 readers
969 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
[–] gigachad@piefed.social 1 points 5 days ago (1 children)

But oh boy is it difficult. We started with Haskell in the first semester CS and it was a pain. Kudos to anyone seriously developing in Haskell.

[–] expr@programming.dev 3 points 5 days ago (1 children)

Eh, it's just different. Other languages are hard in other ways. Haskell's at least have very good reason behind them.

I write Haskell professionally and and am teaching to people without any experience, and it's really no different than anything else. Though I will say that my experience is that university professors are often pretty clueless about the language and don't teach it well.

[–] gigachad@piefed.social 3 points 5 days ago

I think it's the paradigm change. Most people including myself learnt some kind of procedural language in school, shifting towards functional thinking is just very difficult. But of course that's a skill a computer scientist must have and one of the reasons I didn't graduate.