Автор: Paul Chiusano, R?nar Bjarnason Название: Functional Programming in Scala Издательство: Manning Publications Год: 2014 ISBN: 1617290653 Язык: English Формат: pdf Размер: 10,4 mb Страниц: 320
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
PART 1 INTRODUCTION TO FUNCTIONAL PROGRAMMING
What is functional programming? Getting started with functional programming in Scala Functional data structures Handling errors without exceptions Strictness and laziness Purely functional state
PART 2 FUNCTIONAL DESIGN AND COMBINATOR LIBRARIES
Purely functional parallelism Property-based testing Parser combinators
PART 3 COMMON STRUCTURES IN FUNCTIONAL DESIGN
Monoids Monads Applicative and traversable functors
PART 4 EFFECTS AND I/O
External effects and I/O Local effects and mutable state Stream processing and incremental I/O
|