Free download Scala 2.4.0/2.5.0 RC1
Scala 2.4.0/2.5.0 RC1 download
Download Scala 2.4.0/2.5.0 RC1 (0)
Pick a Mirror:
Mirror 1
Scala 2.4.0/2.5.0 RC1
Bookmark
Hot Downloads
Week Downloads
Scala 2.4.0/2.5.0 RC1 Description
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:
· This release introduces minor language changes and provides several library improvements and many bugfixes.