- Добавил: literator
- Дата: 8-01-2023, 07:15
- Комментариев: 0
![Functional Programming in Scala, Second Edition (MEAP v8)](/uploads/posts/2023-01/1673151416_171_functional_programming_in_scala__s_cond__dition__m_ap_v08_.jpg)
Автор: Michael Pilquist, Runar Bjarnason, Paul Chiusano
Издательство: Manning Publications
Год: 2022
Страниц: 545
Язык: английский
Формат: pdf, epub, mobi
Размер: 10.09 MB
Discover the power that functional programming brings to your Scala code. This international bestseller has been revised with new exercises, annotations, and full coverage of Scala 3. The first edition of Functional Programming in Scala has helped over 30,000 developers discover the power of functional programming. This second edition is fully updated to Scala 3 and the latest standards of FP. Inside, you’ll find a serious tutorial for programmers looking to apply functional programming to improve their everyday coding practices. You’ll progress from the basics to advanced topics in a logical, concise, and clear progression. Throughout, concrete examples and exercises open up the world of functional programming. 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.