Programming in Haskell

Graham Hutton

  • 出版商: Cambridge
  • 出版日期: 2007-01-15
  • 售價: $980
  • 貴賓價: 9.8$960
  • 語言: 英文
  • 頁數: 184
  • 裝訂: Paperback
  • ISBN: 0521692695
  • ISBN-13: 9780521692694
  • 相關分類: Functional-programming
  • 無法訂購

買這商品的人也買了...

商品描述

Description

Haskell is one of the leading languages for teaching functional programming, enabling students to write simpler and cleaner code, and to learn how to structure and reason about programs.

 This introduction is ideal for beginners: it requires no previous programming experience and all concepts are explained from first principles via carefully chosen examples. Each chapter includes exercises that range from the straightforward to extended projects, plus suggestions for further reading on more advanced topics. The author is a leading Haskell researcher and instructor, well-known for his teaching skills. The presentation is clear and simple, and benefits from having been refined and class-tested over several years. The result is a text that can be used with courses, or for self-learning. Features include freely accessible Powerpoint slides for each chapter, solutions to exercises and examination questions (with solutions) available to instructors, and a downloadable code that’s fully compliant with the latest Haskell release.

• Fully compliant with recently published definition of Haskell, and the first new textbook since this has been completed

 • Powerpoint slides for each chapter freely available on the web

 • Instructors can obtain solutions to each chapter’s exercises, together with a large collection of exam questions (and their solutions) via www.cambridge.org/9780521692694

 
Table of contents

Preface; 1. Introduction; 2. First steps; 3. Types and classes; 4. Defining functions; 5. List comprehensions; 6. Recursive functions; 7. Higher-order functions; 8. Functional parsers; 9. Interactive programs; 10. Declaring types and classes; 11. The countdown problem; 12. Lazy evaluation; 13. Reasoning about programs; Appendix A: a standard prelude; Appendix B: symbol table; Bibliography; Index.