Kotlin

Code Comments in Kotlin

Code Comments in Kotlin

It is imperative to for us understand code comments before we delve further to understand basics of Kotlin. Developers who have worked on large projects do understand the need of code comments. Understand from the perspective of a developer, who have recently been asked to fix a project. If the project contained few lines of …

Code Comments in Kotlin Read More »

Install Kotlin - Command line compiler in Ubuntu

Install Kotlin – Command line compiler in Ubuntu

Kotlin is an open-source, statically typed programming language. It supports both functional as well as object-oriented programming. Moreover, there are multiple ways to install Kotlin in Ubuntu. In addition to command line compiler, Kotlin code can also be compiled from IntelliJ IDEA and Eclipse. Also, Kotlin is interoperable with Java. In this article, we would …

Install Kotlin – Command line compiler in Ubuntu Read More »

Introduction to Kotlin

Introduction to Kotlin

Kotlin is an open-source programming language, which supports both functional as well as object-oriented programming. Advancement in language is being taken care of by Kotlin Foundation group, created by Google and JetBrains. In 2017, Google announced first-class support for the language. Recently, Google also announced that Kotlin will be its preferred language for Android Application …

Introduction to Kotlin Read More »

Scroll to Top