Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/1ambda/haskell
https://github.com/1ambda/haskell
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/1ambda/haskell
- Owner: 1ambda
- Created: 2014-10-20T08:09:27.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-09-27T13:14:03.000Z (over 9 years ago)
- Last Synced: 2024-04-14T18:15:44.065Z (9 months ago)
- Language: Haskell
- Size: 352 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Haskell Note
## LYGGH
[Chapter 1]() - Haskell Basics
## FP101
Introduction to Functional Programming using **Haskell**
[Chapter 1](http://1ambda.github.io/haskell-intro1) - Basics
[Chapter 2](http://1ambda.github.io/haskell-intro2) - List Comprehension
[Chapter 3](http://1ambda.github.io/haskell-intro3) - Recursion, Higher Order Function
[Chapter 4](http://1ambda.github.io/haskell-intro4) - Monad
[Chapter 5](http://1ambda.github.io/haskell-intro5) - IO Monad
[Chapter 6](http://1ambda.github.io/haskell-intro6) - Type and Class
[Chapter 7](http://1ambda.github.io/haskell-intro7) - The Countdown Problem
[Chapter 8](http://1ambda.github.io/haskell-intro8) - Lazy Evaluation, Strict
[Chapter 9](http://1ambda.github.io/haskell-intro9) - Induction
[Poor Man's Concurrency Monad](http://1ambda.github.io/a-poor-mans-concurrency-monad)