
12 Dec
2007
12 Dec
'07
2:57 a.m.
Hello Steve, Wednesday, December 12, 2007, 6:47:36 AM, you wrote:
* clear distinction between functional and imperative (is this really an advantage? almost everything I deal with is IO, network, and db related, what is left for purely functional?)
if your program has simple computations and mainly toss data in&out, this is drawback. if you have complex algorithms which compute output data from input ones, this is an advantage because Haskell allows to write more complex algorithms easier and have better performance -- Best regards, Bulat mailto:Bulat.Ziganshin@gmail.com