وبلاگ بلیان

Functional Programming in Scala

معرفی کتاب «Functional Programming in Scala» نوشتهٔ Paul Chiusano, Rúnar Bjarnason، منتشرشده توسط نشر Manning Publications Co. LLC در سال 2014. این کتاب در فرمت pdf، زبان انگلیسی ارائه شده است. «Functional Programming in Scala» در دستهٔ بدون دسته‌بندی قرار دارد.

**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 2. What is functional programming? 3. Getting started with functional programming in Scala 4. Functional data structures 5. Handling errors without exceptions 6. Strictness and laziness 7. Purely functional state ## PART 2 FUNCTIONAL DESIGN AND COMBINATOR LIBRARIES 9. Purely functional parallelism 10. Property-based testing 11. Parser combinators ## PART 3 COMMON STRUCTURES IN FUNCTIONAL DESIGN 13. Monoids 14. Monads 15. Applicative and traversable functors ## PART 4 EFFECTS AND I/O 17. External effects and I/O 18. Local effects and mutable state 19. Stream processing and incremental I/O 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. 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. Summary 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 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 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 offers strong support for FP. Its familiar syntax and transparent interoperability with existing Java libraries make Scala a great place to start learning FP. 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, they'll find concrete examples and exercises that open up the world of functional programming. Purchase of the print book comes with an offer of a free PDF, ePub, and Kindle eBook from Manning. Also available is all code from the book.
دانلود کتاب Functional Programming in Scala