The Scala reference article from the English Wikipedia on 24-Apr-2004
(provided by Fixed Reference: snapshots of Wikipedia from wikipedia.org)

Scala

In computing, Scala is a multi-paradigm programming language designed to "express common programming patterns in a concise, elegant, and type-safe way." [1]

Hello Word program with Scala looks as follows.

object HelloWorld with Application {
 Console.println("Hello, world!");
}

This article is a stub. You can help Wikipedia by expanding it.