Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Kotlin - What is it? Why should you use it?

Kotlin - What is it? Why should you use it?

Armando Picón

June 14, 2018
Tweet

More Decks by Armando Picón

Other Decks in Technology

Transcript

  1. Kotlin’s milestones 2010 - First commit (November) 2016 - Kotlin

    1.0 (February) => JVM Target 2017 - Kotlin 1.1 (March) => JS Target 2017 - Declared an official language on Android (May) 2017 - Kotlin 1.2 (November) => Reusable code between JVM and JS
  2. “This is largely backed by language evolution concerns: from now

    on we are committed to backward compatibility, i.e. changes made in the subsequent versions of the language and the standard library won’t break the binaries compiled with the previous versions.” Q&A with Andrey Breslav on the Kotlin 1.0 Release https://www.infoq.com/news/2016/02/kotlin-10-released
  3. Why we should use it? Kotlin is an official supported

    language on Android Kotlin is concise, safe, interoperable and tool-friendly The learning curve for using Kotlin is pretty low Kotlin is fun!