Jump to content

User:Be nt all/Kotlin (programming language)

From Wikipedia, the free encyclopedia
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
Kotlin
Designed byJetBrains
DeveloperJetBrains
PlatformJava Virtual Machine
OSany JVM supported
LicenseApache 2
Websitehttp://www.jetbrains.com/kotlin/
Influenced by
Java, Scala, Groovy, Gosu


Kotlin is a statically-typed programming language that runs on the JVM. It is currently in development by JetBrains.

History

In July 19 2011 JetBrains unveiled project Kotlin as a new Statically Typed, Object Oriented Programming Language for JVM.[1]

Main goal of Kotlin is to provide better support for new language features that are missing in Java, basically making it a more powerful and compact language [2] and still being able to have all the IDE support like navigation and refactoring.

[3]


  1. ^ "Kotlin Official Blog". Retrieved 23 July 2011.
  2. ^ "JetBrains introduces the new JVM language Kotlin". Retrieved 25 July 2011.
  3. ^ "Kotlin Documentation Wiki". Kotlin Documentation Wiki. Retrieved 20 July 2011.