SØG - mellem flere end 8 millioner bøger:
Viser: Learn You a Haskell for Great Good! - A Beginner's Guide
Learn You a Haskell for Great Good!
A Beginner's Guide
Miran Lipovaca
(2011)
om ca. 10 hverdage
Detaljer om varen
- Paperback: 400 sider
- Udgiver: No Starch Press, Incorporated (April 2011)
- ISBN: 9781593272838
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!
Chapter 1: Starting Out
Chapter 2: Believe the Type
Chapter 3: Syntax in Functions
Chapter 4: Hello Recursion!
Chapter 5: Higher-Order Functions
Chapter 6: Modules
Chapter 7: Making Our Own Types and Type Classes
Chapter 8: Input and Output
Chapter 9: More Input and More Output
Chapter 10: Functionally Solving Problems
Chapter 11: Applicative Functors
Chapter 12: Monoids
Chapter 13: A Fistful of Monads
Chapter 14: For a Few Monads More
Chapter 15: Zippers