
19 Feb
2010
19 Feb
'10
4:18 p.m.
On Fri, Feb 19, 2010 at 10:07:19PM +0200, Mikhail Novikov wrote:
So basically, I wonder if there is some generic way to transfer imperative algorithms with local state to functional style without making them overly complex.
It may be worthwhile to not translate at all. ST monad works as a charm :). Haskell is one of the best imperative languages. -- Felipe.