User:K0zka/sandbox/Kotlin (programming language)
Appearance
< User:K0zka | sandbox
K0zka/sandbox/Kotlin | |
---|---|
Paradigm | OOP |
Developer | JetBrains |
Typing discipline | static |
Platform | Java runtime |
OS | Platform independent |
License | Apache License[1] |
Filename extensions | kt |
Website | http://kotlin.jetbrains.org/ |
Influenced by | |
scala, java |
Kotlin is an open source programming language developed by JetBrains. It's target runtimes are java and javascript.
Language features
Compatibility with Java
Null-pointer safety
Collections
Exceptions
Kotlin does not have checked exceptions.[2]
IDE support
JetBrains also develops an plug-in to IntelliJ IDEA to support kotlin developers.
- ^ [1]
- ^ "Excetions".
the main difference from Java is that there're no checked exceptions in Kotlin