Logo

The Haskell School of Music

Small book cover: The Haskell School of Music

The Haskell School of Music
by

Publisher: Yale University
Number of pages: 353

Description:
This is a textbook on functional programming in Haskell, with a strong focus on computer music concepts and applications. The book describes Euterpea, a computer music library developed in Haskell, that allows programming computer music applications both at the note level and the signal level. The book also teaches functional programming in Haskell from scratch.

Download or read it online for free here:
Download link
(2.3MB, PDF)

Similar books

Book cover: Haskell: Functional Programming with TypesHaskell: Functional Programming with Types
by - Wikibooks
This book introduces both the Haskell language, from the very basics to its most advanced features, and computer programming in general. The book is divided into three sections: the Beginner's Track, the Advanced Track, and Practical Haskell.
(20013 views)
Book cover: Write Yourself a Scheme in 48 HoursWrite Yourself a Scheme in 48 Hours
by - Wikibooks
You'll start off with command-line arguments and parsing, and progress to writing a fully-functional Scheme interpreter that implements a good-sized subset of R5RS Scheme. Along the way, you'll learn Haskell's I/O, mutable state and dynamic typing.
(17432 views)
Book cover: Speeding Through HaskellSpeeding Through Haskell
by - sthaskell.com
Haskell is a lot more mathematically rigorous than other programming languages. This is a book that will show you around Haskell. If you're not already familiar with programming in another language, you might need to put in extra work.
(9400 views)
Book cover: Parallel and Concurrent Programming in HaskellParallel and Concurrent Programming in Haskell
by
This tutorial will introduce the main programming models available for concurrent and parallel programming in Haskell. The text should serve as an introduction to the fundamental concepts through the use of practical examples.
(10943 views)