code-for-a-living August 26, 2020

Kotlin 1.4 released to improve performance

Last week, JetBrains released Kotlin 1.4 to the programming community. The update added some new language features but also put a strong focus on improving quality-of-life and performance, especially when paired with JetBrains’s own IntelliJ IDEA IDE.  Kotlin is a programming language best known as “Java without the warts.” It can compile both  to Java…