Book description
It's all in the name: Learn You a Haskell for Great Good! is a hilarious, illustrated guide to this complex functional language. Packed with the author's original artwork, pop culture references, and most importantly, useful example code, this book teaches functional fundamentals in a way you never thought possible.
You'll start with the kid stuff: basic syntax, recursion, types and type classes. Then once you've got the basics down, the real black belt master-class begins: you'll learn to use applicative functors, monads, zippers, and all the other mythical Haskell constructs you've only read about in storybooks.
As you work your way through the author's imaginative (and occasionally insane) examples, you'll learn to:
- Laugh in the face of side effects as you wield purely functional programming techniques
- Use the magic of Haskell's "laziness" to play with infinite sets of data
- Organize your programs by creating your own types, type classes, and modules
- Use Haskell's elegant input/output system to share the genius of your programs with the outside world
Short of eating the author's brain, you will not find a better way to learn this powerful language than reading Learn You a Haskell for Great Good!
Publisher resources
Table of contents
- Learn You a Haskell for Great Good!
- Introduction
- 1. Starting Out
- 2. Believe the Type
- 3. Syntax in Functions
- 4. Hello Recursion!
- 5. Higher-Order Functions
- 6. Modules
- 7. Making Our Own Types and Type Classes
- 8. Input and Output
- 9. More Input and More Output
- 10. Functionally Solving Problems
- 11. Applicative Functors
- 12. Monoids
- 13. A Fistful of Monads
- 14. For a Few Monads More
- 15. Zippers
- Index
- A. Updates
- About the Author
- Copyright
Product information
- Title: Learn You a Haskell for Great Good!
- Author(s):
- Release date: April 2011
- Publisher(s): No Starch Press
- ISBN: 9781593272838
You might also like
book
Haskell in Depth
Turn the corner from “Haskell student” to “Haskell developer.” Haskell in Depth explores the important language …
book
Get Programming with Haskell
Get Programming with Haskell introduces you to the Haskell language without drowning you in academic jargon …
video
Learning Haskell Programming
Haskell is a powerful and well-designed functional programming language designed to work with complex data. Its …
book
Learning Functional Programming
Learn how to think and write code like a functional programmer. With this practical guide, software …