Skip to content

Commit d72d063

Browse files
committed
Add "Haskell Programming from First Principles" alternative ossu#411
1 parent d737b25 commit d72d063

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ This project adheres *in spirit* to [Semantic Versioning](http://semver.org/):
66
- "MINOR" updates correspond to changing courses without changing the topics
77
- "PATCH" updates correspond to aesthetic and non-essential additions/removals or changing order of classes for better progression
88

9+
## [7.2.2] 2017-07-02
10+
### Added
11+
- "Haskell Programming from First Principles" book as a paid alternative to learn Haskell
12+
913
## [7.2.1] 2017-05-14
1014
### Updated
1115
- Networking course should take 8 weeks to complete

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ just remember that you can't purchase success!
7777

7878
# Curriculum
7979

80-
**Curriculum version**: `7.2.1` (see [CHANGELOG](CHANGELOG.md))
80+
**Curriculum version**: `7.2.2` (see [CHANGELOG](CHANGELOG.md))
8181

8282
- [Prerequisites](#prerequisites)
8383
- [Introduction to Computer Science](#introduction-to-computer-science)
@@ -159,6 +159,7 @@ Courses | Duration | Effort | Prerequisites
159159

160160
#### Readings
161161
- **Required** to learn about monads, laziness, purity: [Learn You a Haskell for a Great Good!](http://learnyouahaskell.com/)
162+
- **OBS**: probably the best resource to learn Haskell: [Haskell Programming from First Principles](http://haskellbook.com/) `paid`
162163
- **Required**, to learn about logic programming, backtracking, unification: [Learn Prolog Now!](http://www.learnprolognow.org/)
163164

164165
### Core math

0 commit comments

Comments
 (0)