What is kotlin | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 4

What is kotlin

what is kotlin, why does it have a code playground and does not have lessons in sololearn. Please shed more light on this

14th May 2018, 10:37 PM
Theedon
Theedon - avatar
5 Answers
+ 4
"Kotlin is a statically typed programming language that runs on the Java virtual machine and also can be compiled to JavaScript source code or use the LLVM compiler infrastructure. Its primary development is from a team of JetBrains programmers based in Saint Petersburg, Russia. While the syntax is not compatible with Java, the JVM implementation of Kotlin's standard library is designed to interoperate with Java code and is reliant on Java code from the existing Java Class Library, such as the collections framework. Kotlin uses aggressive type inference to determine the type of values and expressions for which type has been left unstated. This reduces language verbosity relative to Java, which demands often entirely redundant type specifications prior to version 10. As of Android Studio 3.0 (October 2017) Kotlin is a fully supported programming language by Google on the Android Operating System, and is directly included in the Android Studio 3.0 IDE package as an alternative to the standard Java compiler. The Android Kotlin compiler lets the user choose between targeting Java 6- or Java 8-compatible bytecode." -Taken from Wikipedia The reason it doesn't have a course is because they are probably working on one. Here is their website: https://kotlinlang.org/ Read more about it: https://en.wikipedia.org/wiki/Kotlin_(programming_language) Their Twitter: https://twitter.com/kotlin
14th May 2018, 10:49 PM
DrChicken24
DrChicken24 - avatar
+ 4
Thanks drchicken24, that helped
14th May 2018, 10:53 PM
Theedon
Theedon - avatar
+ 4
Np :)
14th May 2018, 10:57 PM
DrChicken24
DrChicken24 - avatar
+ 4
Wow, cool answering DrChicken24. Until I read all of it, it was fine, nope wait, super fine! But when I saw the links, I disappointed a little bit. :D Just kidding LoL. :D (remember?!)
14th May 2018, 11:56 PM
xXx
xXx - avatar
+ 3
Haha, I remember xD
15th May 2018, 1:07 AM
DrChicken24
DrChicken24 - avatar