Kotlin - Class Destroyer

Date
Feb 22, 2018
In Java, almost everything has to be a class or within a class. In Kotlin, there are several mechanisms for writing code without explicitly introducing classes. The talk shows examples using functions as first-class citizens, higher-order functions, operators, extensions and property delegation.