README: update Learn Prolog Now! link to interactive site (#467)

Allows users to run Prolog scripts on the site.
pull/477/head
Tyler Miller 2018-03-30 21:08:35 -06:00 committed by hanjiexi
parent 7469d07efe
commit c12308a015
1 changed files with 1 additions and 1 deletions

View File

@ -167,7 +167,7 @@ Courses | Duration | Effort | Prerequisites
#### Readings
- **Required** to learn about monads, laziness, purity: [Learn You a Haskell for a Great Good!](http://learnyouahaskell.com/)
- **Note**: 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/)
- **Required**, to learn about logic programming, backtracking, unification: [Learn Prolog Now!](http://lpn.swi-prolog.org/lpnpage.php?pageid=top)
### Core math