This is very much a loaded question, but have you ever looked into the longetivity of the Californian Mormons, who as far as I know eat animal products?
list filter isEven foreach println
As a side note omitting that many commas and parenthesis is very rare at least based on the Scala projects I've worked on. The above example is equal to the one below: list.filter(isEven).foreach(println) for (y <- x if y > 2) ...