Hacker News new | ask | show | jobs
by robin_bb 6250 days ago
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.
1 comments

"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.