| > [...] Maybe your idea of hype relies on conference talks or some other metric I don't get? Yes, I'm referring to programmer circle related social networks (HN, r/programming, ...). > It's quite surprising that aside from Fortran, C derivatives and Rust, no one gives a damn about performance, but when it's haskell, it suddenly becomes a problem. Because performance problems are particularly hard to solve in Haskell due to its high level of abstraction. > Is that some kind of strawman where if haskell doesn't deliver on being touted as the gift of God to programmers, then it's bad? Yes, given the fact that it's praised to such a high degree, users might have extremely high expectations, but are likely to be underwhelmed if it does not solve their problems in a vastly superior way. |
Does not match my experience. Haskell typically compiles to quite performant code, at least for all the cases that I’ve used it for.
Then few times I had to optimize anything for performance, it did not feel different than other languages. It was in almost every case about the architecture of the code and not something to do with the language itself.