Scala 2.12.4 已发布,与上个版本比较,基准测试显示编译时间再减少5-10%。此外,还包含对 Java 9 支持的改进以及一些功能改进。
Scala 是一门现代的多范式编程语言,志在以简练、优雅及类型安全的方式来表达常用编程模式。它平滑地集成了面向对象和函数语言的特性。
更新内容:
- #6097 Fix runtime reflection of empty package members under Java 9
- #6098 Adapt to change in Java 9 classloader hierarchy
- #5867 Include the parts of a compound/refinement type in implicit scope
- #6074 Resolve implicit instances for abstract types, according to the spec
- #6069 Higher-kinded type variable unification
- #6101 Make Lazy* classes serializable
- #6089 Deprecate assignments in argument position
- #6120 Move compilation daemon portfile under
~/.scalac/
更多请查看发行说明
下载地址:
http://www.scala-lang.org/download/
转自 http://www.oschina.net/news/89804/scala-2-12-4