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 _______________________________________________ Haskell-Cafe mailing list [EMAIL PROTECTED] http://www.haskell.org/mailman/listinfo/haskell-cafe
- Re: Just for your fun and horror Matthias Felleisen
- Re: Just for your fun and horror jhf
- Re: Just for your fun and horror Matthias Felleisen
- Re: Just for your fun and horror jhf
- Re: Just for your fun and horror Scott Turner
- Re: Just for your fun and horror Matthias Felleisen
- Re: Just for your fun and horror Jon Fairbairn
- Re: Just for your fun and horror Hamilton Richards
- Re: Just for your fun and horror Joe Fasel
- Re: Just for your fun and horror Manuel M. T. Chakravarty
- Re: Just for your fun and horror Sebastien Carlier
- Re: Just for your fun and horror Ashley Yakeley
- Re: Just for your fun and horror Manuel M. T. Chakravarty
- RE: Just for your fun and horror Manuel M. T. Chakravarty
- Re: Just for your fun and horror Theodore Norvell