Programming in Haskell
โ Scribed by Graham Hutton
- Publisher
- Cambridge University Press
- Year
- 2007
- Tongue
- English
- Leaves
- 171
- Edition
- 5
- Category
- Library
No coin nor oath required. For personal study only.
โฆ Table of Contents
Content: Introduction --
First steps --
Types and classes --
Defining functions --
List comprehensions --
Recursive functions --
Higher-order functions --
Functional parsers --
Interactive programs --
Declaring types and classes --
The countdown problem --
Lazy evaluation --
Reasoning about programs --
Appendix A: standard prelude --
Appendix B: symbol table.
โฆ Subjects
Haskell (Computer program language)
๐ SIMILAR VOLUMES
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 exp
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 exp
Introduction -- First steps -- Types and classes -- Defining functions -- List comprehensions -- Recursive functions -- Higher-order functions -- Functional parsers -- Interactive programs -- Declaring types and classes -- The countdown problem -- Lazy evaluation -- Reasoning about programs -- Appe
Haskell is a purely functional language that allows programmers to rapidly develop clear, concise, and correct software. The language has grown in popularity in recent years, both in teaching and in industry. This book is based on the author's experience of teaching Haskell for more than twenty year