[Haskell-cafe] New slogan for haskell.org

Bulat Ziganshin bulat.ziganshin at gmail.com
Wed Dec 12 02:57:30 EST 2007


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 at gmail.com



More information about the Haskell-Cafe mailing list