|
|
|
|
|
by jpgvm
1477 days ago
|
|
I don't think the result is the same but it is comparable. I would say using any language with a reasonable type system, say Kotlin w/property based testing gets you a result that while not as good as Haskell w/quickcheck is "good enough" for practical use in production software. 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. |
|
Kotlin plus property testing gets you very far and the industry defaulting to that would be a huge improvement.
I'll have to rewrite one of my Haskell projects in Kotlin and see if I feel anything is missing.