Jump to ratings and reviews
Rate this book

Maybe Haskell

Rate this book
Programming Without Null

What would it be like to program in a language without the frustrating concept of null? In our new book, Maybe Haskell, we explore exactly this. Haskell takes the idea that some values may not be present and makes it a first-class concept in the type system. In this book, you'll learn just enough Haskell to really see how this idea works in practice.

94 pages, ebook

First published January 1, 2015

1 person is currently reading
53 people want to read

About the author

Ratings & Reviews

What do you think?
Rate this book

Friends & Following

Create a free account to discover what your friends think of this book!

Community Reviews

5 stars
4 (14%)
4 stars
20 (74%)
3 stars
2 (7%)
2 stars
1 (3%)
1 star
0 (0%)
Displaying 1 - 4 of 4 reviews
Profile Image for Marcelo Boeira.
10 reviews
August 1, 2019
Very brief but also very direct. I wouldn't recommend as your first Haskell Book, but definitely as a second or third...
Profile Image for pluton.
304 reviews10 followers
June 19, 2015
Functional programming is becoming more and more mainstream. Haskell is a great pure functional language with a lot of interesting ideas. This book is not about learning Haskell, but mostly about one thing — the Maybe type and why it's superior to nil-ubiquity in other languages. It also covers Functors, Applicative Functors, and Monads, because that's essential to understand the concept.

The book explains the concepts fairly well. Most likely, it's not enough to understand completely though, so make sure to read a few dozens of other articles explaining Maybe, monads, etc. after the book — yes, there are a bunch of good articles on the internet.
Profile Image for Will Fleming.
146 reviews8 followers
July 27, 2017
A compact, targeted introduction to some concepts that are important to functional programming but often unfamiliar & confusing to beginners. Pat's writing is clear and to the point, and stays focused on his subject without trying to be a more general "how to program" tome.
Displaying 1 - 4 of 4 reviews

Can't find what you're looking for?

Get help and learn more about the design.