次版Scala2.8で提供される予定の機能

が発表されています。予定では5月末くらいから順次提供されるようです。

http://www.scala-lang.org/node/1564
http://article.gmane.org/gmane.comp.lang.scala.internals/273
http://lampsvn.epfl.ch/svn-repos/scala/lamp-sip/named-args/sip.xhtml


# Redesigned collection libraries.
# Named and default arguments.
# Package objects. Packages can now be defined not just by files in some directory, but in
# Beefed up Scala Swing libraries.
# Support for continuations.
# Type specialization.
# Revamped REPL.
# Packrat parser combinators


名前付き引数やパッケージオブジェクト、コンティニュエーションといった興味深い機能が目白押し。
また、Scala対話環境もREPLループにおけるコマンド入力補完の機能が強化されるようですね。

楽しみです。