[Haskell-cafe] I miss OO
Arnaud Bailly
abailly at oqube.com
Thu Nov 26 01:33:30 EST 2009
Hello,
Coming also from an OO background, I had this same feeling as yours when
I started learning haskell. It might help to think that type classes are
"like" interfaces: They allow expressing a family of behaviors as a
bunch of related functions. The fact that it allows using same name to
act on/with different things is an interesting side-effect.
--
Arnaud Bailly -- OQube
<software engineering>
http://www.oqube.com/
More information about the Haskell-Cafe
mailing list