Applied Functional Programming in Scala
Virendra Kumar Mishra
Broschiertes Buch

Applied Functional Programming in Scala

Architecting composable systems with Scala higher-order functions, algebraic data types, and advanced functional patterns (English Edition)

Versandkostenfrei!
Versandfertig in 1-2 Wochen
37,99 €
inkl. MwSt.
PAYBACK Punkte
19 °P sammeln!
Functional programming is transforming how we build robust, scalable, and maintainable software by prioritizing clarity and predictability. It emphasizes what to compute by defining expressions that map values to other values, and focuses on how to achieve a result through a sequence of statements that change program state. This book explores core functional principles like immutability, pure functions, and referential transparency. You will gain a deep understanding of the mathematical underpinnings through category theory concepts like Functors and Monads, and then apply these practically us...