By bloid
via groups.google.com
Published: May 04 2007 / 16:26
What are the advantages of haskell over semi-functional programming languages such as Perl, Common Lisp, etc.? What are the mysterious "side effects" which are avoided by using Haskell, which everyone talks about? Null pointers? Don't you ever get null pointers in Haskell, including when doing IO? Aren't Haskell's advantages outweighed by its complexity (Monads, etc.) and
rigidity?
Add your comment