Scala 2.7.0-RC2 (Scala 2 branch) |
|
|
Thursday February 14, 2008. 05:22 PM FreshMeat
Scala is a modern multi-paradigm programming
language designed to express common programming
patterns in a concise, elegant, and type-safe way.
It 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.
License: BSD License (revised)
Changes:
This version fixes a few bugs that were present in
RC1.
|