Thread: Haskell
View Single Post
Old Dec 14th, 2006, 2:49 PM   #17
Arevos
Programming Guru
 
Arevos's Avatar
 
Join Date: Aug 2005
Location: England
Posts: 1,499
Rep Power: 5 Arevos is on a distinguished road
Quote:
Originally Posted by DaWei View Post
I think we just agreed .
I guess I was just pointing out that Haskell is about as pure a functional language as is possible to get and still remain practical. Most functional languages have the concept of side-effect functions, whilst Haskell abstracts all side effects into a black-magic data structure, leaving Haskell functions side-effect free, at least in principle.

Or, in a nutshell, Haskell has the minimum possible impurities a functional language can realistically have.

Edit I should add that I'm not disagreeing with you, DaWei, just drawing attention to a point of interest

Last edited by Arevos; Dec 14th, 2006 at 3:31 PM.
Arevos is offline   Reply With Quote