Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

3
  • 5
    Has Haskell taught you nothing? ;P remove unnecessary syntax, semicolons should only be used to break up multiple clauses/statements on the same line Commented Jul 10, 2013 at 12:58
  • @JimmyHoffa Haskell taught me that syntax must be beautiful and consistent :). Commented Jul 10, 2013 at 13:02
  • 2
    The first part of that is why I get annoyed whenever I see Scala snippets... Commented Jul 10, 2013 at 14:28