设为首页收藏本站

LUPA开源社区

 找回密码
 注册
文章 帖子 博客
LUPA开源社区 首页 业界资讯 软件追踪 查看内容

Kotlin 1.0 Beta 4发布,基于JVM的编程语言

2015-12-23 22:56| 发布者: joejoe0332| 查看: 912| 评论: 0|原作者: oschina|来自: oschina

摘要: Kotlin 1.0 Beta 4 发布,主要更新集中在以下几方面:Improved incremental compilation (Experimental)LanguageLibrary changesWhat’s new in the IDEQuick-fix for renaming unresolved references was added. It ...

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:

  • Now the IDE lets you create functions from unresolved callable references:

  • Go to Test and Create Test actions now work for top-level functions:

  • Convert anonymous function to lambda expression intention has been added

  • Go to class and Search everywhere now show Kotlin built-in types

  • 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语言更加简单。


酷毙

雷人

鲜花

鸡蛋

漂亮
  • 快毕业了,没工作经验,
    找份工作好难啊?
    赶紧去人才芯片公司磨练吧!!

最新评论

关于LUPA|人才芯片工程|人才招聘|LUPA认证|LUPA教育|LUPA开源社区 ( 浙B2-20090187 浙公网安备 33010602006705号   

返回顶部