8 Feb 11:16
[ANN] Scala 2.7.0-RC1
We are very pleased to announce version 2.7.0-RC1 of the
Scala distribution:
1) It introduces several language changes:
http://www.scala-lang.org/docu/changelog.html#v2.7.0
- Support for Java generic types
- Support for type annotations
- Extended case classes
- etc.
2) It fixes many bugs both in the compiler and the libraries.
http://scala-lang.org/downloads/changes.html#v2.7.0-RC1
3) It adds new functionalities to the standard library:
- rewritten package scala.util.parsing.combinator
- improvements in packages scala.actors and scala.xml
- additions like classes StringBuilder (100% Scala),
BigDecimal (wrapper)
- etc.
4) It also includes changes to the distribution and documentation:
- splitted installation of tools and documentation (eg. API)
- corrections and improvements the reference manual
Other release candidates may follow this version depending
(Continue reading)
RSS Feed