1. XenForo 1.5.14 中文版——支持中文搜索!现已发布!查看详情
  2. Xenforo 爱好者讨论群:215909318 XenForo专区

新闻 Kotlin 1.0.1 发布,基于JVM的编程语言 下载

本帖由 漂亮的石头2016-03-17 发布。版面名称:软件资讯

  1. 漂亮的石头

    漂亮的石头 版主 管理成员

    注册:
    2012-02-10
    帖子:
    487,517
    赞:
    47
    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 IDEA 2016,


      • Kotlin Education Plugin (for IDEA 2016),


      • 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 IDE.

    下载地址:https://github.com/JetBrains/kotlin/archive/master.zip
    Kotlin 1.0.1 发布,基于JVM的编程语言下载地址
     
正在加载...