On Mon, Mar 22, 2010 at 12:58 PM, Rick Richardson <[email protected]> wrote: > I like Scala's for loop syntax because it's technically a list > comprehension, but it has syntax that is familiar for imperative > programmers. It does actually apply its block as a closure to each > (filtered) item in the list, so it can filter and generate new types just > like a list comprehension, but it has the ability to return Unit (void) as > well. So it can be used in both a functional and imperative style.
i think people complain it is slow? http://old.nabble.com/scala-performance-for-numerical-algorithms-to27288869.html#a27288869 _______________________________________________ bitc-dev mailing list [email protected] http://www.coyotos.org/mailman/listinfo/bitc-dev
