Jump to content

User:K0zka/sandbox/Kotlin (programming language)

From Wikipedia, the free encyclopedia
This is the current revision of this page, as edited by K0zka (talk | contribs) at 17:34, 15 February 2014 (IDE support). The present address (URL) is a permanent link to this version.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)
K0zka/sandbox/Kotlin
ParadigmOOP
DeveloperJetBrains
Typing disciplinestatic
PlatformJava runtime
OSPlatform independent
LicenseApache License[1]
Filename extensionskt
Websitehttp://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

[edit]

Compatibility with Java

[edit]

Null-pointer safety

[edit]

Collections

[edit]

Exceptions

[edit]

Kotlin does not have checked exceptions.[2]

IDE support and tool integration

[edit]

JetBrains also develops an plug-in to IntelliJ IDEA to support kotlin developers. Ant task, Maven and Gradle plugins are also available.

  1. ^ [1]
  2. ^ "Excetions". the main difference from Java is that there're no checked exceptions in Kotlin