Description
Kotlin is new programming language running on Java Virtual Machine, Android or browser. It is statically typed language and it can be compiled to JavaScript source code (running on browsers).
Kotlin is:
- Concise, drastically reduced code boilerplate
- Safe, impossible to get an NullPointerException
- Versatile, it is general-purpose programming language
- Interoperable, we can use existing JVM libs and frameworks.
A team at JetBrains (creators of IntelliJ Idea) developed Kotlin, an OSS language with an army of external contributors.
Kotlin’s benefits over Java are:
- It is Java-compatible language
- It compiles at least as fast as Java,
- It is safer than Java
- It is more concise than Java
- Reduces codebase significantly when compared to the same code written in Java
This is the second edition of the Fundamental Kotlin book. It upgrades Fundamental Kotlin book and brings us fresh examples of Kotlin programming language. Hope you will enjoy it!
About the author
Miloš Vasić is a software engineer from Belgrade, Serbia. He is passionate about software development and ways to make it better. When Miloš is not on regular projects, he is spending time learning and investigating new technologies.
Related to Fundamental Kotlin, Second Edition
Related Books
Fundamentals of Android App Development: Android Development for Beginners to Learn Android Technology, SQLite, Firebase and Unity by Sujit Kumar Mishra Rating: 0 out of 5 stars