> What I don't enjoy in Haskell is writing small detailed algorithms in a functional style.
You can hop around this easily using the ST monad. It's less elegant than usual Haskell and often less elegant than languages where mutation is 'native', but it does its job.
Comments
> What I don't enjoy in Haskell is writing small detailed algorithms in a functional style.
You can hop around this easily using the ST monad. It's less elegant than usual Haskell and often less elegant than languages where mutation is 'native', but it does its job.