#kotlinguide kotlintutorial
Explore tagged Tumblr posts
Link
The if expression is definitely one of those constructs which lets us simplify our task of determining conditions during a program flow. Or rather, for performing any decisions in the program we look up to the if statement first, before considering any other because of our sheer familiarity with the statement and efficiency of the same. The latter part however, by and large depends on our problem statement. The if statement hence, is an integral part of any programming language.
0 notes
Link
In this tutorial you learn how to run Kotlin program in Eclipse IDE. Below is the step by step procedure to install Kotlin plugin and then configure Eclipse to run Kotlin program. The process is same and should work on all Eclipse versions. Note: Make sure JDK is already installed on your system.
0 notes
Link
Kotlin is open source, statically-typed and object oriented programming language that runs on Java Virtual Machine (JVM). It is developed by JetBrains, a software development company that has developed a popular IDE IntelliJ. In July 2011 JetBrains revealed about Project Kotlin. The first version of Kotlin was released in February 2016 i.e. Kotlin v1.0. The language got its name from Kotlin Island. Andrey Breslav, the lead language designer of Kotlin mentioned that idea of giving its name after an island came from Java, as Java was also named after Java Island.
0 notes