by
Miloš Vasić
Language: English
Release Date: July 24, 2018
Kotlin is new programming language running on Java Virtual Machine, Android or browser. It is statically typed language and it can be compiled to JavaScript source code (running on browsers). Kotlin is: - Concise, drastically reduced code boilerplate - Safe, impossible to get an NullPointerException...