Stéphane Micheloud | 2 May 2007 16:57
Picon
Picon
Favicon

[ANN] Scala 2.5.0-RC1

We are pleased to announce version 2.5.0-RC1 of the Scala distribution:

1) It introduces some language changes.

    http://www.scala-lang.org/docu/changelog.html#v2.5.0

    - Type constructor polymorphism
    - Early object initialization
    - Revised syntax of for-comprehensions
    - Implicit anonymous functions
    - etc.

2) It fixes many bugs both in the compiler and the libraries.

    http://scala-lang.org/downloads/changes.html#v2.5.0-RC1

Other release candidates may follow this version depending
on bugs reported by the Scala community (no changes/additions,
only bug fixes!); the final release (aka. 2.5.0-final) is
planned in 1-2 weeks.

Bye
-- Stephane

David Pollak | 3 May 2007 02:25
Picon
Gravatar

[ANN] Skittr with the Mice

Folks,

I put together an example of a social messaging service in < 1000 lines of Scala/lift code.  It's called Skittr and it's available in source form as part of the lift distribution or you can play with it online at http://skittr.com

It shows how powerful Scala Actors can be (a big round of applause for Philipp!)

Rock on!

Thanks,

David

--
lift, the fast, powerful, easy web framework
http://liftweb.net

David Pollak | 4 May 2007 22:45
Picon
Gravatar

Scala & lift make Tom O'Reilly's blog

http://radar.oreilly.com/archives/2007/05/liftscala_for_w.html


--
lift, the fast, powerful, easy web framework
http://liftweb.net
Stéphane Micheloud | 11 May 2007 14:55
Picon
Picon
Favicon

[ANN] Scala 2.5.0-RC2 released

We are pleased to announce version 2.5.0-RC2 of the Scala distribution:

It fixes several bugs found in RC1.

    http://scala-lang.org/downloads/changes.html#v2.5.0-RC2

Other release candidates may follow this version depending
on bugs reported by the Scala community (no changes/additions,
only bug fixes!); the final release (aka. 2.5.0-final) is
planned in 1-2 weeks.

Bye
-- Stephane

Peter Arrenbrecht | 11 May 2007 16:53
Picon
Gravatar

Re: [ANN] Scala 2.5.0-RC2 released

Hi Stéphane

The Windows .zip contains a folder called "http:" (yes, including the
colon), which is not allowed on Windows. It is in
doc/scala-devel/scala/api (if I remember correctly - I had to delete
it from the .zip to proceed).

-peter

On 5/11/07, Stéphane Micheloud <stephane.micheloud <at> epfl.ch> wrote:
> We are pleased to announce version 2.5.0-RC2 of the Scala distribution:
>
> It fixes several bugs found in RC1.
>
>     http://scala-lang.org/downloads/changes.html#v2.5.0-RC2
>
> Other release candidates may follow this version depending
> on bugs reported by the Scala community (no changes/additions,
> only bug fixes!); the final release (aka. 2.5.0-final) is
> planned in 1-2 weeks.
>
> Bye
> -- Stephane
>
>

Stéphane Micheloud | 14 May 2007 15:03
Picon
Picon
Favicon

[ANN] Scala Plugin 2.5.8 released

Version 2.5.8 of the Scala plugin for the Eclipse platform
fixes several bugs and integrates Scala 2.5.0-RC2.

You have several ways to provide your feedback on the Scala plugin:

 * Send your suggestions and questions to the
   mailing-list scala <at> listes.epfl.ch.

 * Contribute a bug report to http://www.scala-lang.org/bugs/

Bye
-- Stephane

Stéphane Micheloud | 21 May 2007 16:44
Picon
Picon
Favicon

[ANN] Scala 2.5.0-final released

We are pleased to announce version 2.5.0-final of the Scala
distribution:

It fixes several bugs found in RC2.

    http://www.scala-lang.org/downloads/changes.html#v2.5.0-final

As a reminder to Scala 2.4 users, this version introduces some
minor language changes.

    http://www.scala-lang.org/docu/changelog.html#v2.5.0

Bye
-- Stephane


Gmane