Haskell: the craft of functional programming
โ Scribed by Thompson S.
- Year
- 1999
- Tongue
- English
- Leaves
- 504
- Edition
- Second Edition
- Category
- Library
No coin nor oath required. For personal study only.
โฆ Synopsis
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 an program design, testing, problem solving and how to avoid common pitfalls.Building on the strengths of the first edition, the book includes many new and improved features:Complete coverage of Haskell 98, the standard version of Haskell which will be stable and supported by implementations for years to come.An emphasis on software engineering principles, encouraging a disciplined approach to building reusable libraries of software components.Detailed coverage of the Hugs interpreter with an appendix covering other implementations.A running case study of pictures emphasizes the built-in functions which appear in the standard prelude and libraries. It is also used to give an early preview of some of the more complex language features, such as high-order functions.List comprehensions and the standard functions over lists are covered before recursion.Early coverage of polymorphism supporting the "toolkit" approach and encouraging the resuse of built-in functions and types.Extensive reference material containing details of further reading in books, journals and on the World Wide Web.Accompanying Web Site supporting the book, containing all the program code, further teaching materials and other useful resources.
๐ SIMILAR VOLUMES
<P>Introducing functional programming in the Haskell language, this book is written for students and programmers with little or no experience.ย It emphasises the process of crafting programmes, problem solving and avoiding common programming pitfalls.</P> <P>Covering basic functional programming, th
Introducing functional programming in the Haskell language, this book is written for students and programmers with little or no experience. It emphasises the process of crafting programmes, problem solving and avoiding common programming pitfalls. Covering basic functional programming, through ab
<span><p><strong>Haskell: The Craft of Functional Programming 2/E</strong></p><p>The new edition of this text introduces functional programming in the Haskell language at a level appropriate for students and programmers with little or no experience of functional languages. The emphasis is on the pro
One of the leading textbooks on Haskell programming, this third edition is thoroughly revised throughout and includes new material on testing and domain-specific languages and a variety of new examples and case studies, including simple games.