Programming in Scala
by Martin Odersky, Lex Spoon, Bill Venners
Publisher: Artima Inc 2011
ISBN/ASIN: 0981531644
Description:
Scala is an object-oriented programming language for the Java Virtual Machine. In addition to being object-oriented, Scala is also a functional language, and combines the best approaches to OO and functional programming. This book is the authoritative tutorial on the Scala programming language.
Download or read it online for free here:
Read online
(online html)
Similar books

by Jason Swartz - O'Reilly Media
An introduction and a guide to getting started with functional programming development. Written for programmers who are already familiar with object-oriented (OO) development, the book introduces the reader to the core Scala syntax and its OO models.
(9317 views)

by Noel Welsh, Dave Gurnell - Underscore Consulting
The main goal of this book is to teach system architecture and design using the techniques of modern functional programming. This means designing systems as small composable units, expressing constraints and interactions via the type system.
(5052 views)

by Cay Horstmann - Addison-Wesley
A rapid, code-based introduction that's relentlessly practical and useful. Every concept and technique in Scala for the Impatient is presented in blog-size chunks that can be digested quickly and reviewed as needed for specific tasks.
(15929 views)

by Martin Odersky - EPFL
Scala is a concise, elegant, type-safe programming language that integrates object-oriented and functional features. This book is an excellent step-by-step introduction to many of the Scala features with the help of simple code examples.
(17491 views)