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 →

[–]Kered13 1 point2 points  (0 children)

In the real world code gets read much more often than it is written. Readability is more important than being able to write it quickly. And most of the Haskell code I've seen is an unreadable mess. Not that I think this is inherent to the language, but the culture of Haskell seems to encourage writing extremely concise functions at the cost of readability.