Scala 2.7.2 final

View: New views
3 Messages — Rating Filter:   Alert me  

Scala 2.7.2 final

by Antonio Cunei :: Rate this Message:

Reply (Restricted by the Administrator) | Reply to Author | View Threaded | Show Only this Message

It's finally here! The new stable release of Scala is ready
for download, you can obtain the new Scala 2.7.2.final from
our download page at: http://www.scala-lang.org/downloads
Many thanks to all those who contributed code, energy, and
time towards this release, and helped us with testing and
bug fixing.
The matching Scala plugin for Eclipse is also available
for download via the Eclipse software update facility
(more at: http://www.scala-lang.org/node/94)


What's new in Scala 2.7.2?

* Generic Signatures

   The Scala compiler now generates Java's generic
   signatures, so that Scala generics are visible to Java.

* Java/Scala Combined Projects
   The compiler can now parse (but not translate) Java source
   files. This makes it possible to have mixed Java/Scala
   projects with recursive dependencies between them.
   In such a project, you can submit first all the Java and Scala
   sources to the Scala compiler. In a second step, the Java
   sources are compiled using the Scala generated .class files
   and the Scala sources are compiled again using the Java
   generated .class files.

* ScalaSwing
   Another major addition is the first beta version of the
   ScalaSwing library, which is now bundled with the distribution.

* Scala Collections
   There are new implementations of collection classes, contributed
   by David MacIver: IntMap, LongMap, and TreeHashMap (immutable),
   ArrayStack and OpenHashMap (mutable).




Re: [scala] Scala 2.7.2 final

by Christos KK Loverdos :: Rate this Message:

Reply (Restricted by the Administrator) | Reply to Author | View Threaded | Show Only this Message

Well done, Scala Team!!

On Mon, Nov 10, 2008 at 12:42 AM, Antonio Cunei <scala_ml@...> wrote:
It's finally here! The new stable release of Scala is ready
for download, you can obtain the new Scala 2.7.2.final from
our download page at: http://www.scala-lang.org/downloads
Many thanks to all those who contributed code, energy, and
time towards this release, and helped us with testing and
bug fixing.
The matching Scala plugin for Eclipse is also available
for download via the Eclipse software update facility
(more at: http://www.scala-lang.org/node/94)


What's new in Scala 2.7.2?

* Generic Signatures

 The Scala compiler now generates Java's generic
 signatures, so that Scala generics are visible to Java.

* Java/Scala Combined Projects
 The compiler can now parse (but not translate) Java source
 files. This makes it possible to have mixed Java/Scala
 projects with recursive dependencies between them.
 In such a project, you can submit first all the Java and Scala
 sources to the Scala compiler. In a second step, the Java
 sources are compiled using the Scala generated .class files
 and the Scala sources are compiled again using the Java
 generated .class files.

* ScalaSwing
 Another major addition is the first beta version of the
 ScalaSwing library, which is now bundled with the distribution.

* Scala Collections
 There are new implementations of collection classes, contributed
 by David MacIver: IntMap, LongMap, and TreeHashMap (immutable),
 ArrayStack and OpenHashMap (mutable).






--
 __~O
-\ <,       Christos KK Loverdos
(*)/ (*)      http://ckkloverdos.com

Re: [scala] Scala 2.7.2 final

by Zemian Deng :: Rate this Message:

Reply (Restricted by the Administrator) | Reply to Author | View Threaded | Show Only this Message

Hooray!

On Sun, Nov 9, 2008 at 5:42 PM, Antonio Cunei <scala_ml@...> wrote:
It's finally here! The new stable release of Scala is ready
for download, you can obtain the new Scala 2.7.2.final from
our download page at: http://www.scala-lang.org/downloads
Many thanks to all those who contributed code, energy, and
time towards this release, and helped us with testing and
bug fixing.
The matching Scala plugin for Eclipse is also available
for download via the Eclipse software update facility
(more at: http://www.scala-lang.org/node/94)


What's new in Scala 2.7.2?

* Generic Signatures

 The Scala compiler now generates Java's generic
 signatures, so that Scala generics are visible to Java.

* Java/Scala Combined Projects
 The compiler can now parse (but not translate) Java source
 files. This makes it possible to have mixed Java/Scala
 projects with recursive dependencies between them.
 In such a project, you can submit first all the Java and Scala
 sources to the Scala compiler. In a second step, the Java
 sources are compiled using the Scala generated .class files
 and the Scala sources are compiled again using the Java
 generated .class files.

* ScalaSwing
 Another major addition is the first beta version of the
 ScalaSwing library, which is now bundled with the distribution.

* Scala Collections
 There are new implementations of collection classes, contributed
 by David MacIver: IntMap, LongMap, and TreeHashMap (immutable),
 ArrayStack and OpenHashMap (mutable).






--
http://code.google.com/p/sweetscala - a Scala web framework.