[Haskell-cafe] Why is it so different between 6.12.1 and
6.10.4_1 ?
zaxis
z_axis at 163.com
Sat Mar 27 07:28:16 EDT 2010
Of course, you are wrong ! C is VERY important for almost every programmer
in the world! Why cannot C programmer use haskell ? And Why does haskell
support C code style ?
Ivan Miljenovic wrote:
>
> zaxis <z_axis at 163.com> writes:
>
>>>>Why do you bother with the interior definition of f in there?
>> Because i want to try a C code style not layout style without `do` syntax
>> sugar .
>
> Haskell /= C, so stop trying to code as if it is. If you like C so
> much, then use C.
>
> --
> Ivan Lazar Miljenovic
> Ivan.Miljenovic at gmail.com
> IvanMiljenovic.wordpress.com
> _______________________________________________
> Haskell-Cafe mailing list
> Haskell-Cafe at haskell.org
> http://www.haskell.org/mailman/listinfo/haskell-cafe
>
>
-----
fac n = let { f = foldr (*) 1 [1..n] } in f
--
View this message in context: http://old.nabble.com/Why-is-it-so-different-between-6.12.1-and-6.10.4_1---tp28049329p28051693.html
Sent from the Haskell - Haskell-Cafe mailing list archive at Nabble.com.
More information about the Haskell-Cafe
mailing list