Scala Books

Play Logo

Scala Books

Scala Books: The Ultimate Guide for Aspiring Scala Developers

Scala, a powerful language for functional programming, offers a unique blend of object-oriented and functional programming paradigms. Whether you’re a beginner or an experienced developer looking to delve deeper into Scala, the right resources are crucial. Here’s my handpicked list of books, each serving a specific purpose in your Scala learning journey.

Essential Scala

Essential Scala: Ideal for beginners, this short book provides a concise introduction to Scala. It’s free and perfect for those who want to get a quick start without feeling overwhelmed.

Programming in Scala (The White Book)

Programming in Scala, Third Edition Resources: Often referred to as the ‘Scala Bible’, this book should be your first comprehensive read. It lays a solid foundation, covering the language’s fundamentals in depth.

Scala in Depth

Scala in Depth: Once you’re comfortable with the basics, this book takes you further. It explores intermediate and advanced topics, perfect for developers who want to deepen their understanding of Scala’s capabilities.

Scala with Cats

Scala with Cats: This free book is an excellent introduction to the Scala Cats library. It’s a must-read for anyone interested in functional programming in Scala, breaking down complex concepts into digestible parts.

Functional Programming in Scala (The Red Book)

Functional Programming in Scala: Known for its challenging exercises, this book rapidly builds your functional programming skills. It’s an essential read for those looking to master Scala’s functional programming aspect.

Functional Programming for Mortals (The Blue Book)

Functional Programming for Mortals: While it focuses on Scalaz, the principles apply to the Cats library as well. This book offers deep insights into the ‘why’ behind functional programming, complementing the ‘what’ learned in the Red Book. Available at a recommended price, it can also be accessed for free.

Practical FP in Scala (The Green Book)

Practical FP in Scala: A hands-on approach: This book provides a more practical approach to functional programming in Scala. It may not dive as deep as others, but it includes valuable content like a chapter on fs2, a functional streaming library.

Essential Effects

Essential Effects: For those interested in writing Scala programs using the Typelevel Cats Effect library, this book is a treasure trove. It specifically focuses on how to use Cats IO, guiding you through the nuances of writing effectful programs in Scala.


Each of these books offers unique insights and approaches to mastering Scala. Whether you’re new to the language or looking to sharpen your skills, these resources will guide you through your Scala journey. Remember, the best way to learn is by doing, so complement your reading with hands-on practice.