Haskell From The Very Beginning

Author: John Whitington
Publisher: Coherent Press
Pages: 214
ISBN: 978-0957671133
Print: 095767113X
Kindle: B07YYN2BQ8
Audience: would-be Haskell developers
Rating: 4
Reviewer: Kay Ewbank

As a functional language, Haskell takes a different approach to programming to most other languages. This book aims to teach you how it works.

The book makes no assumptions about programming knowledge, so starts off from the very basics of entering a Haskell command to carry out an arithmetic sum. The author, John Whitington has experience of  teaching programming to students on the Foundations of Computer Science course at the UK University of Cambridge, and this practical background shows through in the approach he takes.

 

Banner

The opening chapter is followed by another scene setter on names and functions before moving onto the main subject matter of the book with chapters on writing and using Haskell scripts, and introducing pattern matching and lists. 

The book continues with chapters on sorting, functions, errors, keys, the data types, trees, and real numbers. A chapter on being lazy introduces the idea of repeats, after which the author goes on to input and output, and building bigger programs, and the book ends with a chapter on the standard prelude and base.

 

Throughout the book, chapters end with a set of questions to ascertain whether you've understood the chapter topic, and a 'So Far' section with thumbnail descriptions on everything you ought to know by this point in the book.

This is a hard book to sum up. I often think authors spend too much time on the concepts of a programming language, and not enough time on the practicalities. In some ways this book goes too far the other way; I'd have liked more preamble in the chapters telling me the big idea. I do admit that much of my 'bits missing' feeling is probably down to the fact that as a polymorphically-statically-typed, lazy, purely functional language Haskell just does things differently. Interestingly, despite my caveats, I'm pretty sure that if I worked through all the examples, rather than just reading the book, I could come out as someone who could write Haskell programs, and that's pretty much all you can ask of a book about programming in a new language.

If you're planning on learning Haskell, I'd recommend you get this book. You might want a companion volume on the big ideas behind Haskell and its design, but this book will fill you in on how to actually code Haskell.
 

To be informed about new articles on I Programmer, sign up for our weekly newsletter, subscribe to the RSS feed and follow us on Twitter, Facebook or Linkedin.

Banner


SQL Server 2019 Administrator’s Guide, 2nd Ed

Author: Marek Chmel & Vladimir Muzny
Publisher: Packt Publishing
Pages: 522
ISBN: 978-1789954326
Print: 1789954320
Kindle: B08D9CDC9L
Audience: DBAs and curious Devs
Rating: 2.5

Reviewer: Ian Stirk

This book aims to give you the skills to set up, administer, and maintain SQL Server 2019 dat [ ... ]



How to Grow a Robot: Developing Human-Friendly, Social AI

Author: Mark H. Lee
Publisher: MIT Press
Pages: 384
ISBN: 978-0262043731
Print: 0262043734
Kindle: B0874BMM14
Audience: Developers interested in how robotics and AI can be combined.
Rating: 5
Reviewer: Kay Ewbank

This book sets out to look at how robots can be more human-like, friendly and engaging. [ ... ]


More Reviews