UNPKG

1.07 kBMarkdownView Raw
1# Kotlin Programming Language
2
3Welcome to [Kotlin](https://kotlinlang.org/)! Some handy links:
4
5 * [Kotlin Site](https://kotlinlang.org/)
6 * [Getting Started Guide](https://kotlinlang.org/docs/tutorials/javascript/getting-started-idea/getting-started-with-intellij-idea.html)
7 * [Try Kotlin](https://try.kotlinlang.org/)
8 * [Kotlin Standard Library](https://kotlinlang.org/api/latest/jvm/stdlib/index.html)
9 * [Issue Tracker](https://youtrack.jetbrains.com/issues/KT)
10 * [Forum](https://discuss.kotlinlang.org/)
11 * [Kotlin Blog](https://blog.jetbrains.com/kotlin/)
12 * [Follow Kotlin on Twitter](https://twitter.com/kotlin)
13 * [Public Slack channel](https://slack.kotlinlang.org/)
14 * [TeamCity CI build](https://teamcity.jetbrains.com/project.html?tab=projectOverview&projectId=Kotlin)
15
16## Editing Kotlin
17
18 * [Kotlin IntelliJ IDEA Plugin](https://kotlinlang.org/docs/tutorials/getting-started.html)
19 * [Kotlin Eclipse Plugin](https://kotlinlang.org/docs/tutorials/getting-started-eclipse.html)
20 * [Kotlin TextMate Bundle](https://github.com/vkostyukov/kotlin-sublime-package)