Programming Kotlin
by Venkat Subramaniam
Published in
3 min readJan 28, 2021
--
TOC | Early Praise for Programming Kotlin 👉
Table of Contents
- Who Is This Book For?
- What’s in This Book?
- Kotlin and Java Versions Used in This Book
- How to Read the Code Examples
- Online Resources
- Reasons to Love Kotlin
- Why Should You Choose Kotlin?
- Taking Kotlin for a Ride
- Compile to Bytecode and Run
- Compiling to Other Targets
- Which Option to Choose?
- Wrapping Up
- Part I. Scripting with Kotlin
2. Kotlin Essentials for the Java Eyes
- Less Typing
- Sensible Warnings
- Prefer val over var
- Improved Equality Check
- String Templates
- Raw Strings
- More Expressions, Fewer Statements
- Wrapping Up