Ryan Lemmer
eBook, ePUB

Haskell Design Patterns (eBook, ePUB)

Take your Haskell and functional programming skills to the next level by exploring new idioms and design patterns

Sofort per Download lieferbar
20,95 €
inkl. MwSt.
Weitere Ausgaben:
PAYBACK Punkte
10 °P sammeln!
Design patterns and idioms can widen our perspective byshowing us where to look, what to look at, and ultimatelyhow to see what we are looking at. At their best, patternsare a shorthand method of communicating better waysto code (writing less, more maintainable, and moreefficient code)This book starts with Haskell 98 and through the lens ofpatterns and idioms investigates the key advances andprogramming styles that together make "modern Haskell".Your journey begins with the three pillars of Haskell.Then you'll experience the problem with Lazy I/O, togetherwith a solution. You'll also trace the...