|
|
|
|
|
by LifeQuestioner
3791 days ago
|
|
Are there actually any use-cases where haskell would be recommended over other languages?
There shear level of thinking and multiple different ways to do what seems like trivial tasks is mind bending...perhaps I never did it enough to a level this would not be the case. |
|
So yes, you can write things lots of ways in Haskell. But, if you had production code in Haskell, you wouldn't try to be clever, in the same way that you wouldn't (or shouldn't) try to be clever in production code in Python. You'd write simple, straightforward code, just like