Antonio Cunei | 2 Nov 00:02

Scala 2.7.2 RC6

A new release candidate is ready: Scala 2.7.2.RC6 is ready
for download. This latest candidate fixes just a couple of
minor issues that emerged after RC5, and at this time we are
hoping for a final release very shortly. You can download
the new Scala 2.7.2.RC6, as usual, from our download page
at: http://www.scala-lang.org/downloads

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
(Continue reading)

Antonio Cunei | 9 Nov 23:42

Scala 2.7.2 final

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.
(Continue reading)

David Pollak | 10 Nov 02:02
Picon
Gravatar

Re: [scala] Scala 2.7.2 final

Congratulations!

On Nov 9, 2008 2:42 PM, "Antonio Cunei" <scala_ml-uAcmaVkNlagAvxtiuMwx3w@public.gmane.org> 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).



Emmanuel Okyere | 10 Nov 02:35
Picon
Gravatar

Re: Scala 2.7.2 final

nice. :)

On Sun, Nov 9, 2008 at 10:42 PM, Antonio Cunei <scala_ml <at> cunei.com> 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).




Viktor Klang | 10 Nov 09:12
Picon

Re: Scala 2.7.2 final

Yay! :)

On Sun, Nov 9, 2008 at 11:42 PM, Antonio Cunei <scala_ml <at> cunei.com> 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).






--
Viktor Klang
Senior Systems Analyst
Christos KK Loverdos | 10 Nov 13:24
Picon
Gravatar

Re: Scala 2.7.2 final

Well done, Scala Team!!

On Mon, Nov 10, 2008 at 12:42 AM, Antonio Cunei <scala_ml <at> cunei.com> 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
Zemian Deng | 10 Nov 14:40
Picon

Re: Scala 2.7.2 final

Hooray!

On Sun, Nov 9, 2008 at 5:42 PM, Antonio Cunei <scala_ml <at> cunei.com> 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.
Mark Engelberg | 10 Nov 18:41
Picon

Re: Scala 2.7.2 final

Thanks!  How well does the latest Scala plugin for Eclipse work?  It's
been a while, but last couple of times I tried it, it was pretty
spotty.

--Mark

On Sun, Nov 9, 2008 at 2:42 PM, Antonio Cunei <scala_ml <at> cunei.com> wrote:
> 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)

Jon Pretty | 28 Nov 10:27

London Scala meetup

Hi everyone,

The London Scala Users Group will be meeting up at at the Sherlock
Holmes pub[1] near Trafalgar Square on Monday 1st December for informal
drinks and topical discussion.  There's no agenda, but we typically
discuss topics ranging from politics, economics and the arts to such
esoteric niches as the Scala programming language.

Everyone is welcome, and it would be great to see some new faces -
novices and experts alike - as well as the regulars.  There's no strict
start time, so come along any time in the evening.  I'll be there from
about 6.30pm.

If you haven't been to one of our pub meets before, and need help
identifying who we are, give me a call on 07974 771045.

I look forward meeting lots of new people!

Jon

[1] http://www.beerintheevening.com/pubs/s/65/658/


Gmane