书籍 Haskell的封面

Haskell

Simon Thompson

出版时间

1999-03-15

ISBN

9780201342758

评分

★★★★★
书籍介绍

The second edition of Haskell: The Craft of Functional Programming is essential reading for beginners to functional programming and newcomers to the Haskell programming language. The emphasis is on the process of crafting programs and the text contains many examples and running case studies, as well as advice on program design, testing, problem solving and how to avoid common pitfalls.

用户评论
推荐作为您的第一本Haskell教程。其中一些对函数式编程基础概念、计算模型的介绍是其他Haskell教程所不具备的。
其实标题应该改成 _Introduction to Programming Using Haskell_, 因为从这本书里读者学不到真实的Haskell.
這書iask有同人翻譯版PDF在流傳。“Haskell函数程序设计艺术”,译者:乔海燕。
入门不错
读了 3 版
虽然有些啰嗦,但是还是一本很好的入门教程。
这本书讲的极为基础,每一个知识点都有用例来解释,不胜其烦。monad部分讲的不多。高阶函数编程我一开始看的稀里糊涂的,做题多了就ok。最后按照作者的推荐接下来读RWH以及Pearls of functional algorithm design。或许尝试读一读haskell game programming也是不错的选择,至少在娱乐之中可以做一个小项目,提高代码能力。
有第三版的时候再看一遍