Kotlin is a cross-platform, statically typed, general-purpose programming language with type inference. Kotlin is designed to interoperate fully with Java, and the JVM version of its standard library depends on the Java Class Library, but type inference allows its syntax to be...
Cost / License
- Free
- Open Source
Application types
Platforms
- Mac
- Windows
- Linux
- Online


Comments about Kotlin as an Alternative to Java
it was purpose designed to fix the problems with java
- Prevent NullPointerExceptions by design
- Simple & short syntax
- Compile to multiple target platforms: JVM: Java+Android, Browser: JavaScript+WebAssembly, Native: iOS
- Kotlin is Free and Open Source






























It's basically the successor to Java.