Pragmatic Scala

Create Expressive, Concise, and Scalable Applications

by: Venkat Subramaniam

Published 2015-09-18
Internal code vsscala2
Print status In Print
Pages 286
User level Intermediate
Keywords functional programming, haskall, erlang, scala, fp, multicore, multi-core, concurrency, jvm, vm, java vm
Related titles

Programming Groovy 2
Functional Programming in Java
Programming Clojure 2nd edition
Seven Languages in Seven Weeks
Seven Models of Concurrency

ISBN 9781680500547
Other ISBN Channel epub: 9781680504200
Channel PDF: 9781680504217
Kindle: 9781680501544
Safari: 9781680501551
Kindle: 9781680501544
BISACs COM051280 COMPUTERS / Programming Languages / Java
COM048000 COMPUTERS / Systems Architecture / Distributed Systems & Computing
COM048000 COMPUTERS / Systems Architecture / Distributed Systems & Computing

Highlight

Our industry is moving toward functional programming, but your object-oriented experience is still valuable. Scala combines the power of OO and functional programming, and Pragmatic Scala shows you how to work effectively with both. Updated to Scala 2.11, with in-depth coverage of new features such as Akka actors, parallel collections, and tail call optimization, this book will show you how to create stellar applications.

Description

This thorough introduction to Scala will get you coding in this powerful language right away. You’ll start from the familiar ground of Java and, with easy-to-follow examples, you’ll learn how to create highly concise and expressive applications with Scala. You’ll find out when and how to mix both imperative and functional style, and how to use parallel collections and Akka actors to create high-performance concurrent applications that effectively use multicore processors.

Scala has evolved since the first edition of this book, and Pragmatic Scala is a significant update. We’ve revised each chapter, and added three new chapters and six new sections to explore the new features in Scala. You’ll learn how to:

Whether you’re interested in creating concise, robust single-threaded applications or highly expressive, thread-safe concurrent programs, this book has you covered.

Contents and Extracts

Introduction