Hacker News new | ask | show | jobs
by rubberstamp 3456 days ago
Thats great. My greatest petpeevee is having to keep in mind the language gotchas when all I want to do is get it done.
1 comments

Haskell has far fewer correctness gotchas than other languages. They stuck to consistent, predictable behavior - even when it made things tedious for years until new techniques were discovered.

Haskell does have performance gotchas, though.