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
- Host: GitHub
- URL: https://github.com/ners/haskell-howto
- Owner: ners
- License: cc-by-sa-4.0
- Created: 2022-05-09T10:21:00.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-05-09T12:59:35.000Z (about 4 years ago)
- Last Synced: 2024-12-27T16:24:53.441Z (over 1 year ago)
- Size: 9.77 KB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
[](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/).