The Joy of Kotlin

This document was uploaded by one of our users. The uploader already confirmed that they had the permission to publish it. If you are author/publisher or own the copyright of this documents, please report to us by using this DMCA report form.

Simply click on the Download Book button.

Yes, Book downloads on Ebookily are 100% Free.

Sometimes the book is free on Amazon As well, so go ahead and hit "Search on Amazon"

Maintaining poor legacy code, interpreting cryptic comments, and writing the same boilerplate over and over can suck the joy out of your life as a Java developer. Fear not! There's hope! Kotlin is an elegant JVM language with modern features and easy integration with Java. The Joy of Kotlin teaches you practical techniques to improve abstraction and design, to write comprehensible code, and to build maintainable bug-free applications. About the Technology Your programming language should be expressive, safe, flexible, and intuitive, and Kotlin checks all the boxes! This elegant JVM language integrates seamlessly with Java, and makes it a breeze to switch between OO and functional styles of programming. It's also fully supported by Google as a first-class Android language. Master the powerful techniques in this unique book, and you'll be able to take on new challenges with increased confidence and skill. About the Book The Joy of Kotlin teaches you to write comprehensible, easy-to-maintain, safe programs with Kotlin. In this expert guide, seasoned engineer Pierre-Yves Saumont teaches you to approach common programming challenges with a fresh, FP-inspired perspective. As you work through the many examples, you'll dive deep into handling errors and data properly, managing state, and taking advantage of laziness. The author's down-to-earth examples and experience-driven insights will make you a better—and more joyful—developer! What's inside • Programming with functions • Dealing with optional data • Safe handling of errors and exceptions • Handling and sharing state mutation About the Reader Written for intermediate Java or Kotlin developers. About the Author Pierre-Yves Saumont is a senior software engineer at Alcatel-Submarine Networks. He's the author of Functional Programming in Java (Manning, 2017).

Author(s): Pierre-Yves Saumont
Edition: 1
Publisher: Manning Publications
Year: 2019

Language: English
Commentary: True PDF
Pages: 480
City: Shelter Island, NY
Tags: Programming; Data Structures; Functional Programming; Best Practices; Laziness; Object-Oriented Programming; Recursion; Trees; Kotlin; Memoization

1. Making programs safer
2. Functional programming in Kotlin: An overview
3. Programming with functions
4. Recursion, corecursion, and memoization
5. Data handling with lists
6. Dealing with optional data
7. Handling errors and exceptions
8. Advanced list handling
9. Working with laziness
10. More data handling with trees
11. Solving problems with advanced trees
12. Functional input/output
13. Sharing mutable states with actors
14. Solving common problems functionally