Examples of the book 'Programming in Scala, First Edition'
- Chapter 1 - A Scalable Language
- Chapter 2 - First Steps in Scala
- Chapter 3 - Next Steps in Scala
- Chapter 4 - Classes and Objects
- Chapter 5 - Basic Types and Operations
- Chapter 6 - Functional Objects
- Chapter 7 - Built-in Control Structures
- Chapter 8 - Functions and Closures
- Chapter 9 - Control Abstraction
- Chapter 10 - Composition and Inheritance
- Chapter 11 - Scala's Hierarchy
- Chapter 12 - Traits
- Chapter 13 - Packages and Imports
- Chapter 14 - Assertions and Unit Testing
- Chapter 15 - Case Classes and Pattern Matching
- Chapter 16 - Working with Lists
- Chapter 17 - Collections
- Chapter 18 - Stateful Objects
- Chapter 19 - Type Parameterization
- Chapter 20 - Abstract Members
- Chapter 21 - Implicit Conversions and Parameters
- Chapter 22 - Implementing Lists
- Chapter 23 - For Expressions Revisited
References :
- Martin Odersky, Lex Spoon, and Bill Venners.