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_a...@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.miljeno...@gmail.com
> IvanMiljenovic.wordpress.com
> _______________________________________________
> Haskell-Cafe mailing list
> Haskell-Cafe@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.

_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to