Computer Science, asked by MichMich0945, 5 months ago

Pros and cons of Kotlin. . . . .



No copy paste from Google please. . .
50 pnts Christmas giveaway ♥

Answers

Answered by PredictorPrajwal
3

Answer:

On 17 May 2017, Google announced their first-class support for Kotlin, which means that Kotlin became an official language for Android app development.

Since then, JetBrains proved that Kotlin can also be successfully used for writing iOS apps – the official app of KotlinConf 2017 was built entirely in Kotlin and supported iOS, Android, as well as most browsers via its web app.

With growing support for both major mobile platforms, Kotlin is bound to gain in popularity, and its future seems not to be confined only to Android. You might have heard about Kotlin and asked what it is and whether it is worth choosing this technology over Java for Android mobile development.

This article was written to provide answers to these questions - and more.

What is Kotlin and where did it come from?

Kotlin is a statically-typed open-source programming language generating code that can run on the Java virtual machine. It was developed by JetBrains. Its name comes from the Kotlin Island which is situated near St. Petersburg, Russia.

While the syntax of the language is not compatible with Java, which was commonly used to develop apps for the Android platform, it can interoperate with Java code. In other words, code written in Kotlin works with Java as well as it does natively.

Kotlin uses aggressive inference to determine the types of values and expressions if they were not clearly stated. It makes the language even more distinctive from Java, which sometimes requires repetitious type specifications.

Despite being introduced back in 2011, it has grabbed the interest of the global community immediately after the announcement about being officially supported as a first-class Android development language.

Frankly speaking, leading tech companies like Atlassian, Uber, or Pinterest had started using Kotlin for Android app development long before it was officially supported.

If you want to join the group of innovators, you should learn about the advantages and disadvantages of this technology before using it for your app.

Explanation:

I hope this answer is helpful for you please mark this answer as brainliest answer

Answered by anyhelper
1

Answer:

            PROS

It's Completely Interoperable With Java.

It's (way) More Concise Than Java

It Comes With a Smarter and Safer Compiler.

It's Been Created to Boost Your Productivity

It “Spoils” You with Better Support for Functional Programming.

      CONS

Nothing is perfect, and neither is Kotlin. So don’t rush to use it in production before considering its disadvantages:

this are some answer to question

but i know only one cons

sorry

but

merry Christmas and happy new year :)

also thanks for free points :) :)

Similar questions