发布于 2016-07-01 01:28:41 | 140 次阅读 | 评论: 0 | 来源: 网友投递

这里有新鲜出炉的精品教程,程序狗速度看过来!

Kotlin 基于JVM的编程语言

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


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

更新内容:

compiler:

  • New option -jdk-home to specify the JDK against which the code is compiled

  • Options to specify Kotlin language version (-language-version) and target Java version (-jvm-target) (will have effect in 1.1, added now for forward compatibility)

  • More efficient bytecode (no more iterator in indices loop, avoid unnecessary operations with Unit)

  • Various improvements to diagnostic messages

IDE:

  • Autosuggestion for Java to Kotlin conversion for Java code copied from browser and other sources outside of the IDE

  • Language injection for strings passed to parameters annotated with @Language. Also predefined Java injections applied in Kotlin code. Read more about using language injections in the documentation

  • Completion now always shows non-imported classes and methods and adds imports automatically when they are selected

  • Smart completion works after ‘by’ and ‘in’

  • Move Element Left/Right actions work for Kotlin

  • Decompile button is now available in Kotlin bytecode toolwindow and for .class files compiled with Kotlin
    decompile

  • Now you can navigate from stacktrace to the call site of an inline function

  • Inspections and intentions to check and adjust Kotlin configuration in pom.xml files

  • Various Spring support improvements

详情:https://blog.jetbrains.com/kotlin/2016/06/kotlin-1-0-3-is-here/



历史版本 :
Kotlin 1.2.21 发布,Bug 修复版本
Kotlin 1.2.20 发布:添加对 Gradle 构建缓存的支持
Kotlin/Native 0.5 支持在Swift, C和LLVM 5中使用 Kotlin
Kotlin 1.2 发布,实现平台间共享代码
Kotlin 1.1.60 发布,开始支持增量编译
Kotlin 1.2 Beta2 发布:显著提升编译器性能
Kotlin 1.2 Beta 版发布,基于 JVM 的编程语言
Kotlin 1.1.50 发布,基于 JVM 的编程语言
Kotlin 1.1.4 发布,改进对 Java 9 的支持
Kotlin 1.2 M2 发布,1.2 系列的早期访问版
Kotlin 1.2-M1 发布,1.2 系列的早期访问版
Kotlin 1.1.3 发布,初始支持 JDK 9
最新网友评论  共有(0)条评论 发布评论 返回顶部

Copyright © 2007-2017 PHPERZ.COM All Rights Reserved   冀ICP备14009818号  版权声明  广告服务