Soar with Haskell. The ultimate beginners' guide to mastering functional programming from the ground up - Helion
Tytuł oryginału: Soar with Haskell. The ultimate beginners' guide to mastering functional programming from the ground up
ISBN: 9781805122562
stron: 418, Format: ebook
Data wydania: 2024-01-01
Księgarnia: Helion
Cena książki: 92,88 zł (poprzednio: 129,00 zł)
Oszczędzasz: 28% (-36,12 zł)
Nakład wyczerpany
With software systems reaching new levels of complexity and programmers aiming for the highest productivity levels, software developers and language designers are turning toward functional programming because of its powerful and mature abstraction mechanisms. This book will help you tap into this approach with Haskell, the programming language that has been leading the way in pure functional programming for over three decades.
The book begins by helping you get to grips with basic functions and algebraic datatypes, and gradually adds abstraction mechanisms and other powerful language features. Next, you’ll explore recursion, formulate higher-order functions as reusable templates, and get the job done with laziness. As you advance, you’ll learn how Haskell reconciliates its purity with the practical need for side effects and comes out stronger with a rich hierarchy of abstractions, such as functors, applicative functors, and monads. Finally, you’ll understand how all these elements are combined in the design and implementation of custom domain-specific languages for tackling practical problems such as parsing, as well as the revolutionary functional technique of property-based testing.
By the end of this book, you’ll have mastered the key concepts of functional programming and be able to develop idiomatic Haskell solutions.
Zobacz także:
- Cisco CCNA 200-301. Kurs video. Administrowanie bezpieczeństwem sieci. Część 3 665,00 zł, (39,90 zł -94%)
- Cisco CCNA 200-301. Kurs video. Administrowanie urządzeniami Cisco. Część 2 665,00 zł, (39,90 zł -94%)
- Cisco CCNA 200-301. Kurs video. Podstawy sieci komputerowych i konfiguracji. Część 1 665,00 zł, (39,90 zł -94%)
- Impact of P2P and Free Distribution on Book Sales 427,14 zł, (29,90 zł -93%)
- Cisco CCNP Enterprise 350-401 ENCOR. Kurs video. Programowanie i automatyzacja sieci 443,33 zł, (39,90 zł -91%)
Spis treści
Soar with Haskell. The ultimate beginners' guide to mastering functional programming from the ground up eBook -- spis treści
- 1. Functions
- 2. Algebraic Datatypes and Pattern Matching
- 3. Recursion
- 4. Higher-Order Functions
- 5. First-Class Functions
- 6. Type Classes
- 7. Lazy Evaluation
- 8. Input/Output
- 9. Monoids and Foldables
- 10. Functor, Applicative Functor, and Traversable
- 11. Monads
- 12. Monad Transformers
- 13. Domain-Specific Languages
- 14. Parser Combinators
- 15. Lenses
- 16. Property-based Testing