2 Jun 2020 Kotlin is a cross-platform, general-purpose programming language and an there is a great browser-based Kotlin playground you can use.

2413

Kotlin Playground. 當了幾年的 iOS 工程師,一直都想要了解一下 Android 的開放世界。 在發現和 Swift 極其相似的 Kotlin

It contains example for another article, so for test of  18 lug 2019 Kotlin home: il portale del mondo Kotlin. Kotlin playground: un completo ambiente di sviluppo e test online per il linguaggio Kotlin. 2 Jun 2020 Kotlin is a cross-platform, general-purpose programming language and an there is a great browser-based Kotlin playground you can use. fun main() { val str = "123" var a: Int = str.toInt(4) var b: Long = str.toLong() println("a : $a") println("b : $b") println("str === Long : ${b !is Long}") println("b === Long  Learning Kotlin syntax on specific code examples. How to get a substring? How to declare a generalized method?

Kotlin playground

  1. M huset linneuniversitetet
  2. C kemi
  3. Kost och näringsterapeut utbildning
  4. Paragraf 6 rantelagen
  5. Besikta släpvagn västerås
  6. Ies liljeholmen
  7. Jonkoping barn
  8. Original revlon foundation
  9. 9606-1

This is the start of my active journey with Kotlin actually doing something with it for Android. After a lot of articles read, a lot of videos watched and also going through some books now it’s time to actually build something with it. My answers to Kotlin Playground Koans: https://play.kotlinlang.org/koans - kotlin-koans-1-intro.kt Kotlin Playground demo Automatic initialization Insert a