logo
分类于: 编程语言 云计算&大数据

简介

Learn You a Haskell for Great Good!: A Guide for Beginners

Learn You a Haskell for Great Good!: A Guide for Beginners 9.1分

资源最后更新于 2020-07-25 14:10:38

作者:Miran Lipovaca

出版社:No Starch Press

出版日期:2010-01

ISBN:9781593272838

文件格式: pdf

标签: Haskell 函数式编程 programming Funtional.Programming 计算机 FP 编程 程序设计

简介· · · · · ·

Learn You a Haskell for Great Good! is a fun, illustrated guide to learning Haskell, a functional programming language that's growing in popularity. Learn You a Haskell for Great Good! introduces programmers familiar with imperative languages (such as C++, Java, or Python) to the unique aspects of functional programming. Packed with jokes, pop culture references, and the author...

想要: 点击会收藏到你的 我的收藏,可以在这里查看

已收: 表示已经收藏

Tips: 注册一个用户 可以通过用户中心得到电子书更新的通知哦

目录

Introduction
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