Jump to content

User:Be nt all/Kotlin (programming language)

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Ymblanter (talk | contribs) at 12:50, 27 May 2013 (restored the last version before AfD). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
Kotlin
Designed byJetBrains
DeveloperJetBrains
PlatformJava Virtual Machine
OSany JVM supported
LicenseApache 2
WebsiteKotlin Documentation
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.