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:[EMAIL PROTECTED]

_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to