Why learn Scala? You don’t need to be a data scientist or distributed computing expert to appreciate this object-oriented functional programming language. This practical book provides a comprehensive yet approachable introduction to the language, complete with syntax diagrams, examples, and exercises. You’ll start with Scala’s core types and syntax before diving into higher-order functions and immutable data structures.
Author Jason Swartz demonstrates why Scala’s concise and expressive syntax make it an ideal language for Ruby or Python developers who want to improve their craft, while its type safety and performance ensures that it’s stable and fast enough for any application.
Part I. Core Scala
Chapter 1. Getting Started With The Scalable Language
Chapter 2. Working With Data: Literals, Values, Variables, and Types
Chapter 3. Expressions and Conditionals
Chapter 4. Functions
Chapter 5. First Class Functions
Chapter 6. Common Collections
Chapter 7. More Collections
Part II. Object-Oriented Scala
Chapter 8. Classes
Chapter 9. Objects, Case Classes and Traits
Chapter 10. Advanced Typing
Appendix A. Reserved Words