This repo is presenting the assignments of the book Real World Haskell by Bryan O'Sullivan, Don Stewart, and John Goerzen.
In order to get started, you need first to install Haskell of course.
$ sudo apt-get install haskell-platform
- 01. Getting Started
- 02. Types and Functions
- 03. Defining Types, Streamlining Functions
- 04. Functional Programming
- 05. Writing a library: working with JSON data
- 06. Using Typeclasses
- 07. I/O
- 08. Efficient file processing, regular expressions, and file name matching
- 09. I/O Case Study: A Library for Searching the Filesystem
- 10. Code Case Study: Parsing a Binary Data Format
- 11. Testing and quality assurance
- 12. Barcode Recognition
- 13. Data Structures