content(resources): add content to lang intro pages

This commit is contained in:
Jean-Philippe Sirois
2019-12-15 23:57:39 -05:00
parent 4690ca9e08
commit d392f3ec2f
6 changed files with 128 additions and 12 deletions
+13 -2
View File
@@ -5,6 +5,17 @@ created_at: 2019/12/15
title: Kotlin
---
## Kotlin
## About
The Kotlin resources ^\_-
One line language description: Kotlin is a general-purpose programming language that can run on a JVM or be transpiled to Javascript code. It can use functional, procedural, and OO paradigms, and can interleave them. Primarily developed by JetBrains.
## Links
- [Official Website](https://www.kotlinlang.org/)
- [Official Docs](https://kotlinlang.org/docs/reference/)
- [Tutorials](https://kotlinlang.org/docs/tutorials/)
- [Mooc (not free)](https://www.udemy.com/kotlin-course/)
## Recommended reading
- Kotlin in Action by Dmitry Jemerov and Svetlana Isakova