Нашли опечатку? Выделите ее мышкой и нажмите Ctrl+Enter
Название: Scala Cookbook Recipes for Object-Oriented and Functional Programming
Автор: Alvin Alexander
Аннотация:
This is a cookbook of problem-solving recipes about Scala 3, the most interesting programming language I’ve ever used. The book contains solutions to more than two hundred fifty common Scala programming problems, demonstrated with more than one thousand examples.
Compared to other Scala 3 learning resources, there are several unique things about this book:
• As a cookbook, it’s intended to save you time by providing solutions to the most common problems you’ll encounter.
• The book covers not only the Scala language but also recipes on Scala tools and libraries, including sbt, Spark, Scala.js, Akka actors, and JSON processing with the Play Framework.
• The book takes a big dive into the Scala collections classes, using five chapters to demonstrate their use.
• Output from the examples is shown either in the Scala interpreter or in com‐ ments after the code. As a result, whether you’re sitting by a computer, on a plane, or reading in your favorite recliner, you get the benefit of seeing their exact output. (Which often leads to, “Ah, so that’s how that works.”)