Home
Documentation
API
JS
Blog
FAQ
Forum
Issue Tracker
Source
@project_kotlin
Kotlin
is a statically typed programming language that compiles to JVM byte codes and JavaScript.
Hello, world!
More examples
package
hello
fun
main(args : Array<String>) { println(
"Hello, world!"
) }
Try
directly in browser
Download
IntelliJ Plugin Available
Eclipse coming soon
Kotlin Events
:
Getting Started with Kotlin
2:55 min
Documentation
The Getting Started page
describes the set-up process.
The Docs Home page
will guide you through the documentation.
Documentation
for the Kotlin standard APIs.
Source Code
Check out the sources on
GitHub
.
Nightly builds can be downloaded from
our build server
.
You can also use
http://www.jetbrains.com/kotlin/eap-plugin-repository/updatePlugins.xml
to set up a plugin repository in IntelliJ IDEA.
Kontribute
stdlib
by James Strachan
Ant, Maven etc integration
by
Evgeny Goldin
Aztec
by Andrew Kondratovich
Be the next Kontributor!
Close
© 2000-2013 JetBrains. All rights reserved
Contact Us