𝔖 Scriptorium
✦   LIBER   ✦

πŸ“

Functional programming in scala

✍ Scribed by Paul Chiusano; Runar Bjarnason


Publisher
Manning Publications
Year
2014
Tongue
English
Leaves
322
Edition
1
Category
Library

⬇  Acquire This Volume

No coin nor oath required. For personal study only.

✦ Synopsis


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 AuthorsPaul 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

πŸ“œ SIMILAR VOLUMES


Functional Programming in Scala
✍ Paul Chiusano, RΓΊnar Bjarnason πŸ“‚ Library πŸ“… 2014 πŸ› Manning Publications 🌐 English

<div><p><b>Summary</b></p><p><i>Functional Programming in Scala</i> 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

Functional Programming in Scala
✍ Paul Chiusano, RΓΊnar Bjarnason πŸ“‚ Library πŸ“… 2014 πŸ› Manning Publications 🌐 English

<div><p><b>Summary</b></p><p><i>Functional Programming in Scala</i> 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

Functional Programming in Scala
✍ Paul Chiusano, RΓΊnar Bjarnason πŸ“‚ Library πŸ“… 2014 πŸ› Manning Publications 🌐 English

<div><p><b>Summary</b></p><p><i>Functional Programming in Scala</i> 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

Functional Programming in Scala
✍ Paul Chiusano, RΓΊnar Bjarnason πŸ“‚ Library πŸ“… 2014 πŸ› Manning 🌐 English

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, youll find concrete examples and exercises

Functional Programming in Scala
✍ Paul Chiusano, Runar Bjarnason πŸ“‚ Library πŸ“… 2013 πŸ› Manning 🌐 English

Functional programming (FP) is a programming style emphasizing functions that return consistent and predictable results regardless of a program's state. As a result, functional code is easier to test and reuse, simpler to parallelize, and less prone to bugs. Scala is an emerging JVM language that of