Tags
Language
Tags
June 2025
Su Mo Tu We Th Fr Sa
1 2 3 4 5 6 7
8 9 10 11 12 13 14
15 16 17 18 19 20 21
22 23 24 25 26 27 28
29 30 1 2 3 4 5
    Attention❗ To save your time, in order to download anything on this site, you must be registered 👉 HERE. If you do not have a registration yet, it is better to do it right away. ✌

    ( • )( • ) ( ͡⚆ ͜ʖ ͡⚆ ) (‿ˠ‿)
    SpicyMags.xyz

    Functional Programming in Scala

    Posted By: arundhati
    Functional Programming in Scala

    Paul Chiusano, "Functional Programming in Scala"
    English | ISBN: 1617290653 | 2014 | 320 pages | EPUB | 4 MB

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