- 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.
- Mastering Entity Framework Core 2.0
- PyTorch自動(dòng)駕駛視覺(jué)感知算法實(shí)戰(zhàn)
- Maven Build Customization
- 自己動(dòng)手實(shí)現(xiàn)Lua:虛擬機(jī)、編譯器和標(biāo)準(zhǔn)庫(kù)
- Java Web基礎(chǔ)與實(shí)例教程(第2版·微課版)
- 實(shí)用防銹油配方與制備200例
- oreilly精品圖書(shū):軟件開(kāi)發(fā)者路線(xiàn)圖叢書(shū)(共8冊(cè))
- 實(shí)戰(zhàn)低代碼
- 你必須知道的204個(gè)Visual C++開(kāi)發(fā)問(wèn)題
- EPLAN實(shí)戰(zhàn)設(shè)計(jì)
- PLC編程與調(diào)試技術(shù)(松下系列)
- 精通MATLAB(第3版)
- Apache Spark 2.x for Java Developers
- 運(yùn)用后端技術(shù)處理業(yè)務(wù)邏輯(藍(lán)橋杯軟件大賽培訓(xùn)教材-Java方向)
- Java編程的邏輯