|
欢迎加入运维网交流群:263444886>>> »
Kotlin 1.0.1 发布了。Kotlin 是一个基于 JVM 的新的编程语言,由 JetBrains 开发。
其主要设计目标:
- 创建一种兼容Java的语言
- 让它比Java更安全,能够静态检测常见的陷阱。如:引用空指针
- 让它比Java更简洁,通过支持variable type inference,higher-order functions (closures),extension functions,mixins and first-class delegation等实现。
- 让它比最成熟的竞争对手Scala语言更加简单。
改进日志:
- it’s 47 fixes in the compiler, library and Gradle plugin improvements (performance),
- Compatibility with Gradle 2.12,
- IDE features:
Compatibility with>
Kotlin Education Plugin (for>
- KT-9752 More usable file chooser for “Move declaration to another file”,
- KT-9697 Move method to companion object and back,
and 39 assorted fixes in the>
下载地址:https://github.com/JetBrains/kotlin/archive/master.zip |
|
|