|
|
|
|
|
by xyzzy4
3397 days ago
|
|
Haskell is a bad language, in my opinion, because you can't tell what the O(n) run-time is for any operation. Instead you just have to "trust" that it'll be fast enough. More on this: https://www.reddit.com/r/haskell/comments/1f48dc/what_does_t... All of the answers seem insufficient. Basically you can't estimate Haskell run-time unless you are very familiar with the internal Haskell engine. |
|
[1] https://hackage.haskell.org/package/base-4.9.1.0/docs/Data-L...