|
|
|
|
|
by oneofnine
940 days ago
|
|
> Is this a problem when Haskell is used professionally by software engineering teams? Yes, large segments of Haskell culture love complex language features and wild abstractions. Unfortunately that mindset seeps into everyday code because key libraries depend on the complex features. The Simple Haskell movement (https://www.simplehaskell.org/) tried to develop a pragmatic culture but it fizzled. Back when Simple Haskell was active, it was fun watching advocates of complex, abstract Haskell argue against straightforward programming that normal developers can understand. |
|
I don't think that's what they were arguing against. I think they were arguing against equating straightforward programming with basic language features.