Book Image

Programming Kotlin

Book Image

Programming Kotlin

Overview of this book

Quickly learn the fundamentals of the Kotlin language and see it in action on the web. Easy to follow and covering the full set of programming features, this book will get you fluent in Kotlin for Android.
Table of Contents (20 chapters)
Programming Kotlin
Credits
About the Authors
About the Reviewers
www.PacktPub.com
Customer Feedback
Preface

Summary


Functions are the cornerstone of any modern language, and the full range of features Kotlin provides allows developers to be more expressive yet write less code. As we will see in the next chapter, functions are the key to unlocking powerful idioms known as higher ordered functions.