aspose file tools
The moose likes Scala and the fly likes Scala 2.9 RC 1 released Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Languages » Scala
Reply Bookmark "Scala 2.9 RC 1 released" Watch "Scala 2.9 RC 1 released" New topic
Author

Scala 2.9 RC 1 released

Jesper de Jong
Java Cowboy
Bartender

Joined: Aug 16, 2005
Posts: 12929
    
    3

Release candidate 1 for Scala 2.9 is out. It has some interesting new features, such as parallel collections: when you call for example foreach on these, the iteration will be done in parallel when you have a multi-core processor. And there are lots of other interesting new features.

I haven't tried it out yet, but it looks good.


Java Beginners FAQ - JavaRanch SCJP FAQ - The Java Tutorial - Java SE 7 API documentation
Scala Notes - My blog about Scala
Jesper de Jong
Java Cowboy
Bartender

Joined: Aug 16, 2005
Posts: 12929
    
    3

And now Scala 2.9.0 RC2 is available.
Jesper de Jong
Java Cowboy
Bartender

Joined: Aug 16, 2005
Posts: 12929
    
    3

Scala 2.9 final has been out for a while now.

I've tried the parallel collections out a little bit, this makes it really incredibly easy to write multi-threaded code. (Ofcourse you still have to be careful with mutable data, synchronization etc. but you don't have to write any low-level plumbing code with threads or actors anymore). Wrote a short blog post about it.
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Scala 2.9 RC 1 released
 
Similar Threads
Constructor Question
Conditional Operator
New Scala Forum
JCheckBox Single Selection Issue
Java in the world of Parallel Programming