PLNews: Programming Language News

News, articles, announcements and information focusing on computer programming languages and their implementations.
September 11, 2007

Scala 2.6.0-final Released

Posted: 2007-09-11 22:10:00
Languages ::

Scala 2.6.0-final has been released. Scala is a statically typed, extensible, multi-paradigm language, offering object-oriented and functional support.

This release includes: the addition of a receiving actor to trait actors.OutputChannel, support for port multiplexing in remote actors, support for converting methods with '*'-parameters to function values, support for multidimensional arrays, synchronous message send for remote actors, a '@native' annotation for native methods, new methods for the scala.Array class, a number of bug fixes, and other changes.