logoalt Hacker News

fn-motetoday at 12:33 AM0 repliesview on HN

Haskell’s hard to interpret error messages alone disqualify it from being a beginner language.

Python: errors based on incorrect indentation (many beginners don’t use nice IDEs), or don’t understand the meaning of the hints) and scope (don’t forget your “global” if you’re hacking in PyGame) are challenges.