Nonfiction
Book
Availability
Details
PUBLISHED
EDITION
DESCRIPTION
xxxi, 520 pages ; 24 cm
ISBN/ISSN
LANGUAGE
NOTES
Previous edition: 2014
1. Zero to Sixty: Introducing Scala -- 2. Type Less, Do More -- 3. Rounding Out the Basics -- 4. Pattern Matching -- 5. Abstracting Over Context: Type Classes and Extension Methods -- 6. Abstracting Over Context: Using Clauses -- 7. Functional Programming in Scala -- 8. for Comprehensions in Depth -- 9. Object-Oriented Programming in Scala -- 10. Traits -- 11. Variance Behavior and Equality -- 12. Instance Initialization and Method Resolution -- 13. The Scala Type Hierarchy -- 14. The Scala Collections Library -- 15. Visibility Rules -- 16. Scala's Type System, Part I -- 17. Scala's Type System, Part II -- 18. Advanced Functional Programming -- 19. Tools for Concurrency -- 20. Dynamic Invocation in Scala -- 21. Domain-Specific Languages in Scala -- 22. Scala Tools and Libraries -- 23. Application Design -- 24. Metaprogramming: Macros and Reflection
Get up to speed on Scala--the JVM, JavaScript, and natively compiled language that offers all the benefits of functional programming, a modern object model, and an advanced type system. Packed with code examples, this comprehensive book shows you how to be productive with the language and ecosystem right away. You'll learn why Scala is ideal for today's highly scalable, data-centric applications that support concurrency and distribution. Despite the reinvigoration of Java and the introduction of Kotlin, Scala hasn't been sitting still. This third edition covers the new features in Scala 3.0, with updates throughout the book. Programming Scala is ideal for beginning to advanced developers who want a complete understanding of Scala's design philosophy and features with a thoroughly practical focus. Program faster with Scala's succinct and flexible syntax Dive into basic and advanced functional programming (FP) techniques Build killer big data and distributed apps, using Scala's functional combinators and tools including Akka and Spark Use traits for mixin composition and pattern matching for data extraction Learn the sophisticated type system that combines functional programming and object-oriented programming concepts