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

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

本帖由 漂亮的石头2015-12-23 发布。版面名称:软件资讯

  1. 漂亮的石头

    漂亮的石头 版主 管理成员

    注册:
    2012-02-10
    帖子:
    487,356
    赞:
    47
    Kotlin 1.0 Beta 4 发布,主要更新集中在以下几方面:

    Improved incremental compilation (Experimental)

    Language

    Library changes

    What’s new in the IDE



    • Quick-fix for renaming unresolved references was added. It’s handy for adjusting symbols’ names when pasting some code to a different context:
      [​IMG]


    • Now the IDE lets you create functions from unresolved callable references:
      [​IMG]


    • Go to Test and Create Test actions now work for top-level functions:
      [​IMG]


    • Convert anonymous function to lambda expression intention has been added
      [​IMG]


    • Go to class and Search everywhere now show Kotlin built-in types
      [​IMG]


    • In debugger: option ‘Skip simple getters’ is now supported, which means that debugger won’t stop at properties defined in constructors, properties without getters or whose getters that return the value of some field

    完整更新请看:here发行说明

    Kotlin 是一个基于 JVM 的新的编程语言,由 JetBrains 开发。

    其主要设计目标:


    • 创建一种兼容Java的语言


    • 让它比Java更安全,能够静态检测常见的陷阱。如:引用空指针


    • 让 它比Java更简洁,通过支持variable type inference,higher-order functions (closures),extension functions,mixins and first-class delegation等实现。


    • 让它比最成熟的竞争对手Scala语言更加简单。
    Kotlin 1.0 Beta 4 发布,基于 JVM 的编程语言下载地址
     
正在加载...