the biggest trouble in writing code...
Feb. 9th, 2011 01:11 pm![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
is not with algorithms; there's hardly any algorithm that is hard to implement, once it's clearly formulated.
And it is probably not even performance, since it is another algorithm issue.
It is our struggle with monads. With monads that don't commute.
That's what makes Haskell so good (and so hard): it makes us to mention monads explicitly.
And it is probably not even performance, since it is another algorithm issue.
It is our struggle with monads. With monads that don't commute.
That's what makes Haskell so good (and so hard): it makes us to mention monads explicitly.
no subject
Date: 2011-02-10 03:21 pm (UTC)no subject
Date: 2011-02-10 03:23 pm (UTC)I think Erlang is just the opposite (reducing complexity by reducing the range of possible inputs)