3

Learn Haskell by building a blog generator – a project-oriented Haskell book

 1 year ago
source link: https://lhbg-book.link/
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.

Learn Haskell by building a blog generator

About this book

Note: This book is still fairly new. If you find errors, please let me know.

In this book we will implement a simple static blog generator in Haskell, converting documents written in our own custom markup language to HTML.

We will:

  1. Implement a tiny HTML printer library
  2. Define and parse our own custom markup language
  3. Read files and glue things together
  4. Add command line arguments parsing
  5. Write tests and documentation

In each chapter of the book we will focus on a particular task we wish to achieve, and through the chapter we'll learn just enough Haskell to complete the task.

Why should you read this book?

There are many Haskell tutorials, guides and books out there. Why read this one?

Pros

There are probably more, but here are a few possible pros:

  • It's relatively short - most Haskell books out there are hundreds of pages long. This book (when exported to PDF) is roughly 150 pages long.
  • It's project oriented. Many Haskell books teach Haskell by teaching the underlying concepts and features in a neat progression. In this book we try to build a program, and learn Haskell on the way. This will be a pro to some, and a con to others. There are other tutorials like this. The most notable ones are Beginning Haskell and Haskell via Sokoban.
  • It touches on important topics such as design patterns, testing and documentation.
  • It's online, which means corrections are easy to make.
  • It's free.

Cons

There are probably more, but here are a few possible cons:

  • It may lack depth - many, much longer Haskell tutorials are long because they go deeper into the nuts and bolts of each feature.
  • It may not cover as many features or techniques as other tutorials - we try to cover features as they pop up in our implementation, but we will probably miss features that aren't as important for our tasks, while other resources may try to cover many different use cases.
  • It is very new and not "battle-tested". Who knows if this is a good approach to learning Haskell? Maybe you could help with that!
  • It doesn't have a technical editor, making the book not as good as it could've been.

Other learning resources

The haskell.org/documentation page lists many tutorials, books, guides and courses. You can find a few alternatives that I can recommend in this list.


About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK