Just for your fun and horror

Sebastien Carlier sebc@posse42.net
Sun, 18 Feb 2001 05:17:01 +0000


Manuel M. T. Chakravarty wrote:
> It is
> 
>   bar = 42
> 
> for which C has no corresponding phrase.

But it has:

  #define bar 42

Although then you get call by name, while Haskell provides call by need.

Cheers,
Sebastien