๐”– Scriptorium
โœฆ   LIBER   โœฆ

๐Ÿ“

Programming in Haskell

โœ Scribed by Graham Hutton


Year
2007
Tongue
English
Leaves
184
Category
Library

โฌ‡  Acquire This Volume

No coin nor oath required. For personal study only.

โœฆ Synopsis


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.


๐Ÿ“œ SIMILAR VOLUMES


Programming in Haskell
โœ Graham Hutton ๐Ÿ“‚ Library ๐Ÿ“… 2007 ๐ŸŒ English

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

Programming in Haskell
โœ Graham Hutton ๐Ÿ“‚ Library ๐Ÿ“… 2006 ๐Ÿ› Cambridge University Press ๐ŸŒ English

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

Programming in Haskell
โœ Graham Hutton ๐Ÿ“‚ Library ๐Ÿ“… 2016 ๐Ÿ› Cambridge University Press ๐ŸŒ English

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