The Haskell School of Expression
Title | The Haskell School of Expression PDF eBook |
Author | Paul Hudak |
Publisher | Cambridge University Press |
Pages | 390 |
Release | 2000-02-28 |
Genre | Computers |
ISBN | 9780521644082 |
This book teaches functional programming using Haskell and examples drawn from multimedia applications.
The Haskell School of Expression
Title | The Haskell School of Expression PDF eBook |
Author | Paul Hudak |
Publisher | Cambridge University Press |
Pages | 355 |
Release | 2000-02-28 |
Genre | Computers |
ISBN | 1107268656 |
Functional programming is a style of programming that emphasizes the use of functions (in contrast to object-oriented programming, which emphasizes the use of objects). It has become popular in recent years because of its simplicity, conciseness, and clarity. This book teaches functional programming as a way of thinking and problem solving, using Haskell, the most popular purely functional language. Rather than using the conventional (boring) mathematical examples commonly found in other programming language textbooks, the author uses examples drawn from multimedia applications, including graphics, animation, and computer music, thus rewarding the reader with working programs for inherently more interesting applications. Aimed at both beginning and advanced programmers, this tutorial begins with a gentle introduction to functional programming and moves rapidly on to more advanced topics. Details about progamming in Haskell are presented in boxes throughout the text so they can be easily found and referred to.
The Haskell School of Expression
Title | The Haskell School of Expression PDF eBook |
Author | Paul Hudak |
Publisher | |
Pages | 363 |
Release | 2013 |
Genre | |
ISBN |
The Haskell School of Music
Title | The Haskell School of Music PDF eBook |
Author | Paul Hudak |
Publisher | Cambridge University Press |
Pages | 401 |
Release | 2018-10-04 |
Genre | Computers |
ISBN | 1108416756 |
Learn functional programming and the Haskell programming language through algorithmic music composition and virtual instrument design.
Programming in Haskell
Title | Programming in Haskell PDF eBook |
Author | Graham Hutton |
Publisher | Cambridge University Press |
Pages | 184 |
Release | 2007-01-15 |
Genre | Computers |
ISBN | 1139461222 |
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.
Functional Programming
Title | Functional Programming PDF eBook |
Author | Bruce J. MacLennan |
Publisher | Addison-Wesley Professional |
Pages | 616 |
Release | 1990 |
Genre | Computers |
ISBN |
Learn You a Haskell for Great Good!
Title | Learn You a Haskell for Great Good! PDF eBook |
Author | Miran Lipovaca |
Publisher | No Starch Press |
Pages | 906 |
Release | 2011-04-15 |
Genre | Computers |
ISBN | 1593272839 |
It's all in the name: Learn You a Haskell for Great Good! is a hilarious, illustrated guide to this complex functional language. Packed with the author's original artwork, pop culture references, and most importantly, useful example code, this book teaches functional fundamentals in a way you never thought possible. You'll start with the kid stuff: basic syntax, recursion, types and type classes. Then once you've got the basics down, the real black belt master-class begins: you'll learn to use applicative functors, monads, zippers, and all the other mythical Haskell constructs you've only read about in storybooks. As you work your way through the author's imaginative (and occasionally insane) examples, you'll learn to: –Laugh in the face of side effects as you wield purely functional programming techniques –Use the magic of Haskell's "laziness" to play with infinite sets of data –Organize your programs by creating your own types, type classes, and modules –Use Haskell's elegant input/output system to share the genius of your programs with the outside world Short of eating the author's brain, you will not find a better way to learn this powerful language than reading Learn You a Haskell for Great Good!