Scala for the Impatient, 2nd edition

Published by Addison-Wesley Professional (December 15, 2016) © 2017

  • Cay S. Horstmann San Jose State

VitalSource eTextbook

ISBN-13: 9780134540658
Scala for the Impatient
Published 2016
  • Available for purchase from all major ebook resellers, including InformIT.com

Interest in the Scala programming language continues to grow for many reasons. Scala embraces the functional programming style without abandoning the object-oriented paradigm, and it allows users to write programs more concisely than in Java. Because Scala runs on the JVM, it can access any Java library and is interoperable with familiar Java frameworks. Scala also makes it easier to leverage the full power of concurrency.

Written for experienced Java, C++, or C# programmers who are new to Scala or functional programming, Scala for the Impatient, Second Edition, introduces the key Scala concepts and techniques students need in order to be productive quickly. It is the perfect introduction to the language, particularly for impatient readers who want to learn the fundamentals of Scala so they can start coding quickly. It doesn’t attempt to exhaustively list all the features of the language or make readers suffer through long and contrived examples. Instead, carefully crafted examples and hands-on activities guide through well-defined stages of competency, from basic to expert.

This new edition has been revised and thoroughly updated for Scala 2.12 and to reflect current Scala usage. It includes added coverage of recent Scala features, including string interpolation, dynamic invocation, implicit classes, and futures.

  • Chapter 1: The Basics
  • Chapter 2: Control Structures and Functions
  • Chapter 3: Working with Arrays
  • Chapter 4: Maps and Tuples
  • Chapter 5: Classes
  • Chapter 6: Objects
  • Chapter 7: Packages and Imports
  • Chapter 8: Inheritance
  • Chapter 9: Files and Regular Expressions
  • Chapter 10: Traits
  • Chapter 11: Operators
  • Chapter 12: Higher-Order Functions
  • Chapter 13: Collections
  • Chapter 14: Pattern Matching and Case Classes
  • Chapter 15: Annotations
  • Chapter 16: XML Processing
  • Chapter 17: Futures
  • Chapter 18: Type Parameters
  • Chapter 19: Advanced Types
  • Chapter 20: Parsing
  • Chapter 21: Implicits

Need help? Get in touch