- 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.
- Getting Started with Gulp(Second Edition)
- JavaScript修煉之道
- PyTorch自動駕駛視覺感知算法實戰
- C# Programming Cookbook
- Learning Neo4j 3.x(Second Edition)
- Java程序設計與實踐教程(第2版)
- 正則表達式經典實例(第2版)
- Oracle JDeveloper 11gR2 Cookbook
- Go并發編程實戰
- JavaCAPS基礎、應用與案例
- 搞定J2EE:Struts+Spring+Hibernate整合詳解與典型案例
- 智能手機APP UI設計與應用任務教程
- Domain-Driven Design in PHP
- 微課學人工智能Python編程
- QGIS 2 Cookbook