• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Liutauras Vilda
  • Jeanne Boyarsky
  • paul wheaton
Sheriffs:
  • Ron McLeod
  • Devaka Cooray
  • Henry Wong
Saloon Keepers:
  • Tim Holloway
  • Stephan van Hulst
  • Carey Brown
  • Tim Moores
  • Mikalai Zaikin
Bartenders:
  • Frits Walraven
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Image from Amazon
Title: Kotlin Cookbook: A Problem-Focused Approach
Author(s): Ken Kousen
Publisher: O'Reilly
Category: Kotlin

Amazon wrote:Use Kotlin to build Android apps, web applications, and more―while you learn the nuances of this popular language. With this unique cookbook, developers will learn how to apply this Java-based language to their own projects. Both experienced programmers and those new to Kotlin will benefit from the practical recipes in this book.

Author Ken Kousen (Modern Java Recipes) shows you how to solve problems with Kotlin by concentrating on your own use cases rather than on basic syntax. You provide the context and this book supplies the answers. Already big in Android development, Kotlin can be used anywhere Java is applied, as well as for iOS development, native applications, JavaScript generation, and more. Jump in and build meaningful projects with Kotlin today.



Book Preview (when available)


From the publisher
  • Table of Contents


  • Where to get it?
  • Amazon
  • O'Reilly


  • Related Websites
  • Kotlin

  • COMMENTS:
     
    author & internet detective
    Posts: 42003
    911
    Eclipse IDE VI Editor Java
    • Mark post as helpful
    • send pies
      Number of slices to send:
      Optional 'thank-you' note:
    • Quote
    • Report post to moderator
    “Kotlin Cookbook” starts out by saying the target audience is experienced developers who already known an OO language, preferably Java or another JVM language. I'd argue it should be a requirement and not “preerably.” If you don't meet that criteria, get an intro book. If you do meet that criteria, the book is excellent.

    Recipe #1 starts by talking about play.kotlinlang.org so you can try examples without installing anything. Chapter 1 also covers a variety of other ways to run Kotlin including Maven and Graal. Many of these assume you know the Java ecosystem. Which is fine assuming you meet the reader critiera.

    There are fun examples like Kim/Kanye's kid North (well, Ye now, but he went by Kanye when the book was written.) I also liked the fun fact about JK Rowling's middle name.

    A lot of the recipes cover interacting with Java. Or use Java equivalents. Like sequences which are compared to Java streams. Great mental model for Java developers and key differences are highlighted. For example, you can iterate through a sequence more than once. I learned new things like the Nothing class and coercing to restrict a value to a range.

    I feel like this should have been called the “Kotlin Cookbook for Java Developers.”  I'll take off one horseshoe for that .

    I give this book 9 out of 10 horseshoes.
     
    I AM MIGHTY! Especially when I hold this tiny ad:
    Gift giving made easy with the permaculture playing cards
    https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
    reply
      Bookmark Topic Watch Topic
    • New Topic