|
|
|
|
|
by Ixiaus
4359 days ago
|
|
Ignoring the joy of writing software with much more powerful abstractions for a moment (Python, Ruby, JS, PHP all look like jalopies now compared to Haskell) out has very real industrial benefits: Write software faster with fewer bugs, easier to maintain down the road because the "mental model" is maintained in the types by the compiler, it's more succinct, it's fast, some of the world's brightest computer scientists work on it, and so on... |
|
> Write software faster with fewer bugs
Is there an evidentiary basis for the 'fewer bugs' claim? What type of software are people writing faster with Haskell?
>> easier to maintain down the road because the "mental model" is maintained in the types by the compiler
That seems fair.
>> it's more succinct, it's fast
In isolation, that's a bit hand wavy IMO.
>> some of the world's brightest computer scientists work on it
This is something I hear quite often from the Haskell community in particular. It may or may not be true, but it gets repeated far too often IMHO. It feels like a bit of an appeal to authority.