[Haskell-cafe] Byte Histogram
Richard O'Keefe
ok at cs.otago.ac.nz
Mon Feb 7 00:25:36 CET 2011
On 6/02/2011, at 4:21 AM, Andrew Coppin wrote:
> I didn't think Clean supported laziness at all? I thought it was a strict language.
Absolutely not. Back in the Good Old Days the one thing that
used to keep on tripping me up is that
Haskell if e0 then e1 else e2
<=> Clean if e0 e1 e2
Now, in what kind of language can 'if' be a perfectly ordinary function?
More information about the Haskell-Cafe
mailing list