https://kotlinlang.org logo
Title
l

Luis Mauricio Alamo Chavez

08/12/2022, 3:32 PM
Hi! I'd like to start with Kotlin, I prefer to learn through books. Do you recommend some books? I'm a Java Developer looking for some fresh air and a new way to do things, as far as I know, Kotlin has multiple new concepts related to functional programming
c

Colton Idle

08/13/2022, 8:32 AM
i like reading books along with hands on stuff. i found kotlin koans hands of stuff helpful https://kotlinlang.org/docs/koans.html Books: https://bignerdranch.com/books/kotlin-programming-the-big-nerd-ranch-guide-2nd/ and kotlin in action (i read 1st edition. but a 2nd edition is in progress) https://www.manning.com/books/kotlin-in-action-second-edition cheers and good luck
l

Luis Mauricio Alamo Chavez

08/13/2022, 11:38 AM
Thanks so much!
c

Charlie Brown

09/03/2022, 11:28 PM
a

almibe

09/07/2022, 6:22 AM
If you are interested in the functional side of Kotlin there's also "Functional Programming in Kotlin" https://www.manning.com/books/functional-programming-in-kotlin
j

John Herrlin

10/01/2022, 11:55 AM
Currently reading Functional Programming in Kotlin and it’s really good. At least for me