/yet-another-kotlin-vs-java-comparison

Shows complete examples where the Kotlin code is compiled to bytecode and decompiled to Java

Primary LanguageJavaApache License 2.0Apache-2.0

Yet Another Kotlin VS Java Comparison

This one shows complete examples where the Kotlin code is compiled to bytecode and decompiled to Java. Enabling a person familiar with Java to very quickly understand Kotlin.

Examples

The examples are organized like the examples in the Kotlin Reference.

Basics

Classes And Objects

Functions And Lambdas

Mixed