Introduction to Kotlin

Introduction to kotlin

Intoduction

  • kotlin is a statically typed programing language.
  • kotlin was release by jetbrain in 2016.
  • kotlin took inspiration from many programing languages, including java, Scala, c# and Groovy.
  • kotlin provide support for Object-Oriented Programing.
  • kotlin become popular due to comparability with java, witch means that java code can be used in kotlin program.

Why Kotlin?

  • Mordern Language
  • Easy to learn
  • Great Material
  • Multiplatform Support
  • Compability with java
  • Wide Community Support
  • Concise and safe

Kotlin Application

  • Mobile applications
  • Data science
  • Web Development
  • Serverside Application

Comments