Hacker News new | ask | show | jobs
by plinkplonk 6250 days ago
Haskell probably has a long road to mastery. That said I think it might still be shorter than that for C++. it is hard to think of a language that takes longer than c++ to master. Interesting!
1 comments

I disagree. Haskell is more difficult to master. There's far more to it than C++. I am highly proficient in both languages, it so happens.
"I disagree. Haskell is more difficult to master"

Fair enough. I found haskell easier than c++ to grok. It may have helped that I had a good grasp on type theory before I learned Haskell (worked through TAPL a few years ago). Subjectively, I found the various components of Haskell almost always fit together in very logical fashion with a very clean syntax, while C++ felt arbitrary, (with exceptions to every rule and exceptions to those exceptions and exceptions to those). I share your intent of not starting a language war. Just expressing my experience.