Skip to Main Content

Functional Programming in Scala

Published by Manning
Distributed by Simon & Schuster

About The Book

Summary

Functional Programming in Scala is a serious tutorial for programmers looking to learn FP and apply it to the everyday business of coding. The book guides readers from basic techniques to advanced topics in a logical, concise, and clear progression. In it, you'll find concrete examples and exercises that open up the world of functional programming.

Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications.

About the Technology

Functional programming (FP) is a style of software development emphasizing functions that don't depend on program state. Functional code is easier to test and reuse, simpler to parallelize, and less prone to bugs than other code. Scala is an emerging JVM language that offers strong support for FP. Its familiar syntax and transparent interoperability with Java make Scala a great place to start learning FP.

About the Book

Functional Programming in Scala is a serious tutorial for programmers looking to learn FP and apply it to their everyday work. The book guides readers from basic techniques to advanced topics in a logical, concise, and clear progression. In it, you'll find concrete examples and exercises that open up the world of functional programming.

This book assumes no prior experience with functional programming. Some prior exposure to Scala or Java is helpful.

What's Inside
  • Functional programming concepts
  • The whys and hows of FP
  • How to write multicore programs
  • Exercises and checks for understanding

About the Authors

Paul Chiusano and Rúnar Bjarnason are recognized experts in functional programming with Scala and are core contributors to the Scalaz library.

Table of Contents
    PART 1 INTRODUCTION TO FUNCTIONAL PROGRAMMING
  1. What is functional programming?
  2. Getting started with functional programming in Scala
  3. Functional data structures
  4. Handling errors without exceptions
  5. Strictness and laziness
  6. Purely functional state
  7. PART 2 FUNCTIONAL DESIGN AND COMBINATOR LIBRARIES
  8. Purely functional parallelism
  9. Property-based testing
  10. Parser combinators
  11. PART 3 COMMON STRUCTURES IN FUNCTIONAL DESIGN
  12. Monoids
  13. Monads
  14. Applicative and traversable functors
  15. PART 4 EFFECTS AND I/O
  16. External effects and I/O
  17. Local effects and mutable state
  18. Stream processing and incremental I/O

About The Authors

Paul Chiusano has been writing and shipping functional code in Scala since 2008 and is responsible for the introduction and growth of Scala usage at his company, Capital IQ. As part of this effort he co-designed a functional programming curriculum and taught an internal course for coworkers interested in learning FP. Paul is also a regular blogger and speaker on functional programming and Scala.

Rúnar Bjarnason is a self-taught programmer with 12 years of industry experience, with a focus on functional programming since 2008. Rúnar is a prolific blogger and occasional speaker on functional programming and the Scala programming language.

Product Details

  • Publisher: Manning (September 1, 2014)
  • Length: 320 pages
  • ISBN13: 9781638353959

Browse Related Books

Resources and Downloads

High Resolution Images

More books from this author: Paul Chiusano