- 文件类型: 其它
- 软件大小: MB
- 软件类别: Development
- 软件语言: 英文软件
- 授权方式: BSD
- 运行环境: Linux,UNIX,Windows,MacOS
- 更新时间: 2008-12-20
- 官方网址: http://www.scala-lang.org
- 软件Tag:java
Changes in Version 2.7.2 (10-Nov-2008)
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).