mirror of
https://github.com/Stone-Red-Code/website.git
synced 2026-09-06 16:06:12 +02:00
content(resources): add content to lang intro pages
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user