>>18
Haskell is annoying
- rich-syntax: impedes metaprogramming and complicates parsing for human and machine alike
- static-typing: impedes flexibility and complicates semantics for human and machine alike
- call-by-name: impedes reasoning about evaluation for human and machine alike
- auto currying: impedes handling of missing and superfluous arguments for human and machine alike