
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
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@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---t... Sent from the Haskell - Haskell-Cafe mailing list archive at Nabble.com.