On Thu, 18 Sep 2008 19:59:51 +0100, you wrote:

>Of course, C++ is that crazy language where *assignment* is actually an 
>*operator*. Sick, sick people...

That's really not all that strange. An (infix) operator is just a
function with funny syntax, and assignment is a function (the identity
function, in fact) that also has a side effect.

Steve Schafer
Fenestra Technologies Corp.
http://www.fenestra.com/
_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to