Full description not available
C**E
Excellent introduction to Kotlin - Java experience required
Although I’ve been vaguely aware of Kotlin for a while, I started to take serious notice recently when it became an “official” Android language. I wanted to learn more so looked for a book and Kotlin in Action seemed to fit the bill.Firstly, as other reviewers and the book itself make clear, the target audience is experienced Java developers. If you don’t have a good grasp of Java, this is not the book for you.Although this is a review of the book and not the Kotlin language, some background might be helpful:Kotlin is a JVM-based language that is compatible with Java (and vice versa) and uses the standard Java libraries. Kotlin was developed by Jetbrains, the company behind the IntelliJ IDE that also forms the basis of Android Studio. The book authors are members of the Jetbrains core team so should know of what they speak.Ideally you’ll read the book and form your own opinion, but my own take is that Kotlin is an evolution of Java that eliminates much of the tiresome boilerplate (JetBrains IDE heritage is evident here) and “cleans up” many of the language features. This includes every Java developer's favourite, the NullPointerException. In a way, Kotlin is what Java might look like if the original designers had known then what we know now.One simple example is a data value object where in Java you must declare all the properties and then add getters and setters, usually via an IDE. Jetbrains have moved this into the Kotlin compiler itself so you just declare the class and properties and the getters/setters are generated in the bytecode - they are not part of the source so it is much cleaner to write and read.The book itself is well-organised and of a high standard with few, if any, typos. The chapter organisation seems logical and there are many examples as befits the "... in Action" series. I found that the more difficult concepts were made easier to grasp by the book’s frequent sidebars on how the feature is implemented in Java.The book was only published in Feb/Mar 2017 and things are already moving on as of June 2017. However, reading this book and working through the examples gets you most of the way up the learning curve. Any updates can be easily found on the web.Whether Kotlin makes it to the “big time” and stays there probably depends largely on its use with Android, but it’s certainly a possibility. Regardless, I suggest that it’s certainly worth a few hours study via this book, even if only to make you think about those elements of Java that we accept just because they’ve always been there. Time for a change?
A**S
THE Kotlin book
Kotlin hasn't been popular for long enough to amass a large stack of books. But this is by far the best of those I've seen.Too many books simply explain the syntax. This is one of those that gives you a much deeper understanding: it explains WHY you might use particular constructs, as well as how, what they achieve, and how they fit together. And although it starts with the very basics, it goes progressively deeper, so that by the end it's covering things that will only be used by authors of libraries and DSLs. This is also the authoritative book, written by people at JetBrains on the team that designed and implemented the language, and continue to develop it. So they know their stuff! They know why the language was designed as it is, and the rationale behind its various features and trade-offs. And luckily, they're also very good at explaining it: the book is clear, lucid, and readable. (Despite its authors being Russian, the book's English is impeccable. In fact, that's true of Kotlin itself: in countless tiny ways, its use of English is better than most other programming languages.)The book goes at a fair pace; if you don't know Java or another modern OO language, you might find it a bit terse. But I appreciated the lack of filler and the huge amount of insight packed into a moderate-length book.Perhaps the highest praise I can give it is this: I read it cover-to-cover three times. I've only found myself doing that for the best books (Programming In Scala, Sedgewick, and a select few others). In fact, the only thing stopping me from delving into it more is that I lent my copy to some workmates (where all new development is in Kotlin — in fact, the language sold itself, and I didn't need to persuade anyone!)… Luckily, the book comes with a code to download an electronic copy, so I have that to refer to!If you want to get a good understanding of the language, this is the book to get.
N**Y
Excellent, easy read & written by "doers" not academics
I haven't been a great fan of the "in action" series in the past. I've found (IMO), the previous books I'd bought (Hibernate, Solr, Seam, iText, Struts, JUnit) not very well laid out and too 'dense' with information, with it all crammed onto one page. I bought them at the time because they were the most recent and best of the few available. This has changed my opinion.Having "bet the farm" earlier this year on Scala I started to read about Kotlin when it was announced that Kotlin would be the official Android language. As big fan and user of JetBrains' IntelliJ IDEA-EAP, they are the creators of Kotlin, it has given the language (for me) a lot of credence.I found this book very well laid out, easy to read and interesting. You can tell it was written by "doers" not Academics. I like the way they don't hawk Kotlin around as a total replacement for Java and talk a lot about 'interoperability' with Java, the JVM and existing libraries. No one's going to ditch years of Java investment to totally switch to another language.
E**K
Comprehensive and interesting.
Not by any means a book for those not pretty well conversant with Java, even with quite a bit of Java experience I find the book at times demanding (but never confusing), it is turning me from a novice however into I feel reasonably comfortable with the Language core, so it does the job.. and well.Undoubtedly the best Kotlin book currently available, without mentioning others at least one of them is pretty dire.
C**D
Tells you what you need to know
I started working on a Kotlin project but I didn't know the language. So I bought this book to get me started and was not disappointed. It clearly describes both beginner and intermediate features and approaches to using Kotlin. I liked it enough that I got another copy for my team.
O**C
Fantastic
This book covers all the key topics, is neatly and precisely written and all concepts are clearly explained. It's THE book needed to get up to speed with Kotlin. It is of much higher quality than many software books.
E**S
An exceptionally well written deep dive into the Kotlin programming language
This book is an exceptionally well written deep dive into the Kotlin programming language. The concepts are presented in clear, concise language that flows well and is easy to understand without sacrificing any detail. For a 300 page book, I'm surprised at how in depth it went with its topics. Perhaps that is a testament to how easy Kotlin is to use, or maybe it was because the book used the reader's existing knowledge of Java as a starting point.Which brings me to an important point. Be warned that this book is written with Java developers in mind, so you will probably want to find another book if you don't already know Java pretty well. Also be aware that this was written for Kotlin 1.0, and as of this review we are already well into 1.3. I found that very little has changed as far as the topics already covered in the book (mostly minor things), but there are some new language features like coroutines that were added since the book's release that you will need to look into separately. You can go to the Kotlin website and review the list of what changed in the documentation. Go to "Learn" -> "What's new" and it will give a detailed description of all the new language features in 1.1 - 1.3 so you can catch up on the newest features.Also, FYI I found out you can download the e-book from the Manning site for free if you get this physical book. That's a little bonus I wasn't aware of when I bought my copy.
R**Y
Amazing from page-0 itself!
Can't define the joy I'm having while just reading its preface! If you are a java developer, this book is for you. No better option than to learn from the creators of the language itself! Once you buy the book, you can get access to its digital copy as well for free!
A**X
Le meilleur pour découvrir Kotlin
Parfait pour une vision globale et claire du langage Kotlin.En anglais mais très accessible.Je recommande mais il faut avoir déjà des bases en Java
D**N
Livro excelente para conhecer melhor Kotlin.
Excelente livro para quem quer começar a entender Kotlin. Vai do conhecimento básico e dos casos de uso para os mais complexos até o fim.
C**I
Un buen libro sobre Kotlin
Se nota el nivel y el conocimiento del lenguaje que poseen ambos autores del libro. Ambos forman parte de los equipos de desarrollo de Kotlin y del IDE IntellJ Idea en JetBrains. El libro cubre desde aspectos básicos del lenguaje a caracteristicas avanzadas, pero siempre desde un aspecto agnóstico. Es decir, no está enfocado a una solo plataforma (desarrollo movil, desarrollo web, etc).Se hace mucho hincapié en como se implementa la funcionalidad de Kotlin interiormente al nivel del bytecode de la JVM, lo que ayuda bastante a comprender el funcionamiento del lenguaje.
Trustpilot
1 week ago
3 weeks ago