Scala 2.12.3 发布了,Scala 是一门现代的多范式编程语言,志在以简练、优雅及类型安全的方式来表达常用编程模式。它平滑地集成了面向对象和函数语言的特性。
更新内容:
- Compiler performance has improved significantly and is now automatically benchmarked after each change.
- A new optimizer setting
-opt-inline-from
limits the classes from which the inliner will copy code.scalac -opt-inline-from:help
provides detailed help. - The presentation compiler has improved support for implicit macros, which should improve the experience with libraries based on Shapeless. It also has better support for code completion for dependently typed methods.
更多请查看完整 更新日志
下载地址:
转自 http://www.oschina.net/news/87192/scala-2-12-3