mirror of
https://github.com/ossu/computer-science.git
synced 2025-01-26 22:37:18 -05:00
Add "Haskell Programming from First Principles" alternative #411
This commit is contained in:
parent
d737b25ebb
commit
d72d063c37
@ -6,6 +6,10 @@ This project adheres *in spirit* to [Semantic Versioning](http://semver.org/):
|
||||
- "MINOR" updates correspond to changing courses without changing the topics
|
||||
- "PATCH" updates correspond to aesthetic and non-essential additions/removals or changing order of classes for better progression
|
||||
|
||||
## [7.2.2] 2017-07-02
|
||||
### Added
|
||||
- "Haskell Programming from First Principles" book as a paid alternative to learn Haskell
|
||||
|
||||
## [7.2.1] 2017-05-14
|
||||
### Updated
|
||||
- Networking course should take 8 weeks to complete
|
||||
|
@ -77,7 +77,7 @@ just remember that you can't purchase success!
|
||||
|
||||
# Curriculum
|
||||
|
||||
**Curriculum version**: `7.2.1` (see [CHANGELOG](CHANGELOG.md))
|
||||
**Curriculum version**: `7.2.2` (see [CHANGELOG](CHANGELOG.md))
|
||||
|
||||
- [Prerequisites](#prerequisites)
|
||||
- [Introduction to Computer Science](#introduction-to-computer-science)
|
||||
@ -159,6 +159,7 @@ Courses | Duration | Effort | Prerequisites
|
||||
|
||||
#### Readings
|
||||
- **Required** to learn about monads, laziness, purity: [Learn You a Haskell for a Great Good!](http://learnyouahaskell.com/)
|
||||
- **OBS**: probably the best resource to learn Haskell: [Haskell Programming from First Principles](http://haskellbook.com/) `paid`
|
||||
- **Required**, to learn about logic programming, backtracking, unification: [Learn Prolog Now!](http://www.learnprolognow.org/)
|
||||
|
||||
### Core math
|
||||
|
Loading…
x
Reference in New Issue
Block a user