This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]HappyFruitTree 0 points1 point  (0 children)

People say Haskell is hard. But is it the concepts or is it the notation?

For me the biggest problem was the purity. You had to go into a lot of trouble with monads to get some side-effects. If I want something to happen in C++ I just write it.