Kotlin – Rapid Growing Language

Kotlin

Kotlin will check the type at a compile time, so its called statically-typed language and its developed by JetBrains.

Kotlin syntax is more sensitive and compressed compared to other programming language like JAVA. It support more features like overloading, lambda, string template etc., than other language. Kotlin and JAVA are highly compatible and they can used in a same project.

Android Studio 3.0, Kotlin is fully supported by Google for use with their Android operating system and is directly included in the IDE’s installation package as an alternative to the standard Java compiler.

Kotlin uses type inference to find the types of values and expressions for which type has been left unstated. It run on any Operating System which support JVM or JavaScript interpreter and the extensions will be .kt and .kts.

Below are the sample code,

// Hello, World! example

fun main(args: Array<String>) {

val scope = “World”

println(“Hello, $scope!”)

}

Jetbrains released the stable version 1.3.10 on November 13, 2018.

Leave a Reply

Your email address will not be published. Required fields are marked *

we accept payment through

Social Media Auto Publish Powered By : XYZScripts.com