Kotlin
Install on Ubuntu
sudo snap install kotlin --classic
Alternatively with SDKMAN
sdk install kotlin
IntelliJ IDEA
sudo snap install intellij-idea-community --classic
Documentation
- 🔗 Kotlin Standard Library
- 🔗 Coding Conventions
- 🔗 Kotlin Language Specification - covers only
Kotlin/Core
- 🔗 Get started with Kotlin/JVM
Language
- Basic Syntax
- Classes and class hierarchies
- Collections
- Generics
- Delegation
- Lambda
- Kotlin CLI
- Scripting in Kotlin
- Functional Programming