Logo

Haskell: Functional Programming with Types

Small book cover: Haskell: Functional Programming with Types

Haskell: Functional Programming with Types
by

Publisher: Wikibooks
Number of pages: 290

Description:
In this book we aim to introduce you both to the Haskell language, from the very basics to its most advanced features, and to computer programming in general. The book is divided into three sections: the Beginner's Track, the Advanced Track, and Practical Haskell.

Home page url

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

Similar books

Book cover: Exploring Generic HaskellExploring Generic Haskell
by - Febodruk
'Exploring Generic Haskell' gives a complete overview of the language, systematically explains the core features of Generic Haskell, and several extensions, and provides detailed examples on how the features can be implemented.
(6157 views)
Book cover: Learn Haskell Fast and HardLearn Haskell Fast and Hard
by - yannesposito.com
A very short and dense tutorial for learning Haskell. This text will certainly be hard to follow. This is on purpose. There is no shortcut to learning Haskell. It is hard and challenging. It is because it is hard that Haskell is interesting.
(7685 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.
(9429 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.
(17462 views)