发布于 2017-07-28 06:49:41 | 161 次阅读 | 评论: 0 | 来源: 网友投递
Scala 编程语言
可伸缩的语言是一种多范式的编程语言,一种类似java的编程 ,设计初衷是要集成面向对象编程和函数式编程的各种特性。Scala是在JVM上运行。
Scala 2.12.3 发布了,
更新内容:
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.
更多请查看完整 更新日志
下载地址: