An open API service indexing awesome lists of open source software.

https://github.com/ners/haskell-howto

A modern guide to getting started with Haskell
https://github.com/ners/haskell-howto

Last synced: 4 months ago
JSON representation

A modern guide to getting started with Haskell

Awesome Lists containing this project

README

          

# Haskell how-to

This is a crash course for learning Haskell.

## Table of contents

**1. [Motivation](chapters/01-Motivation.md)**\
In this section we talk about functional programming and Haskell's history. We try to show why Haskell is the right tool for a wide range of programming tasks.

**2. [Hello Haskell](chapters/02-HelloHaskell.md)**\
In this section we explore the various ways to run Haskell code in the cloud and on your computer. We run our first Hello world!

**3. Deciphering the Moon Language**\
In this section we explore the brave new world of Haskell's exotic syntax. Rather than it being scary, we show ways to take it apart and make it delightful to the eye and heart.

**4. Types and typeclasses**\
In this section we reveal the source of Haskell's magic. Haskell's type system helps productivity rather than hinders it.

**5. ...**\
In this section...

# Licence

[![Creative Commons Licence](https://i.creativecommons.org/l/by-sa/4.0/88x31.png)](http://creativecommons.org/licenses/by-sa/4.0/)

This work is licenced under a [Creative Commons Attribution-ShareAlike 4.0 International Licence](http://creativecommons.org/licenses/by-sa/4.0/).