|
|
|
|
|
by ParetoOptimal
1477 days ago
|
|
> Being purely functional seems like a massive win until you realize most of the real world benefit of that expresses itself as testability/correctness which can be obtained by other means. Is the end result reached by other means the same? Can you give an example of a competing approach in a non-pure language that gives one Haskell's advantages? |
|
There is maybe some niches where that wouldn't be the case like very high assurance software where instead of Haskell you might choose say ADA instead but I'm not really familiar with those domains.