Scala 1.4.0.4 review

Download
by rbytes.net on

Scala is a modern multi-paradigm programming language designed to express common programming patterns in a concise, elegant, and type

License: BSD License
File size: 0K
Developer: The Scala Team
0 stars award from rbytes.net

Scala is a modern multi-paradigm programming language designed to express common programming patterns in a concise, elegant, and type-safe way.

Scala smoothly integrates features of object-oriented and functional languages including mixins, algebraic datatypes with pattern matching, genericity, and more.

It is well integrated with Java and .NET: the Scala compiler produces standard Java class files or .NET assemblies, and Java/.NET libraries and frameworks can be used without glue code or additional declarations.

Scala is a pure object-oriented language in the sense that every value is an object. Types and behavior of objects are described by classes and traits. Class abstractions are extended by subclassing and a flexible mixin-based composition mechanism as a clean replacement for multiple inheritance.

What's New in This Release:
Several bugfixes in the Scala library.

Scala 1.4.0.4 keywords