- Kotlin for Enterprise Applications using Java EE
- Raghavendra Rao K
- 155字
- 2021-06-10 18:49:17
The history of Kotlin
Kotlin was developed by JetBrains in 2010. They initially released it under the name Project Kotlin in July 2011. They needed a language that was concise, elegant, expressive, and also interoperable with Java, as most of their products were developed in Java, including the Intellij Idea. They were looking for an alternate language to reduce the amount of boilerplate code required and to introduce new constructs, such as higher-order functions, to make language more expressive and concise. One of the goals of the Kotlin language was to be able to compile code as quickly as Java.
JetBrains open-sourced the project under the Apache 2 license in February 2012. Kotlin v1.0 was released on February 15, 2016. This was the first official stable release from JetBrains. Kotlin v1.2 was released on November 28, 2017. This release added a feature to allow code to be shared between JVM and JavaScript platforms.
- Python機器學習:數據分析與評分卡建模(微課版)
- C語言最佳實踐
- 信息安全技術
- JavaScript+Vue+React全程實例
- 從Excel到Python:用Python輕松處理Excel數據(第2版)
- Unity 5 for Android Essentials
- 數據結構案例教程(C/C++版)
- Unity 2D Game Development Cookbook
- D3.js By Example
- C#開發案例精粹
- Scratch3.0趣味編程動手玩:比賽訓練營
- iPhone應用開發從入門到精通
- HTML5權威指南
- SSH框架企業級應用實戰
- Laravel Design Patterns and Best Practices