X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?p=lambda.git;a=blobdiff_plain;f=_learning_haskell.mdwn;h=060007edd9a5cb6e8891e1c25bd4c7d6bcd0b6b0;hp=76a946c6060f1dfbc9c2a8b04b10aabc23df26f2;hb=e671736085bc93622733fe3190b4c564db3142cc;hpb=a4c6be4f4d84375904d19a74b7a781f7b204e7f2;ds=sidebyside diff --git a/_learning_haskell.mdwn b/_learning_haskell.mdwn index 76a946c6..060007ed 100644 --- a/_learning_haskell.mdwn +++ b/_learning_haskell.mdwn @@ -29,14 +29,13 @@ ### For experienced programmers ### -* [A brief introduction to Haskell](https://wiki.haskell.org/A_brief_introduction_to_Haskell) -* CIS 194 at Penn? +* [A brief introduction to Haskell](https://wiki.haskell.org/A_brief_introduction_to_Haskell) +* Lecture notes from a good [Intro to Haskell course](http://www.seas.upenn.edu/~cis194/fall14/) at Penn * [Learn You a Haskell for Great Good](http://learnyouahaskell.com/chapters) (textbook) - +* A Not-So-[Gentle Introduction to Haskell](https://www.haskell.org/tutorial) (from 2000, expects some prior knowledge of functional programming) * [Haskell Tutorial for C Programmers](https://wiki.haskell.org/Haskell_Tutorial_for_C_Programmers) * [How to read Haskell](https://wiki.haskell.org/How_to_read_Haskell) * [Hitchhiker's guide to Haskell](https://wiki.haskell.org/Hitchhikers_guide_to_Haskell) -* A Not-So-[Gentle Introduction to Haskell](https://www.haskell.org/tutorial) (from 2000, expects some prior knowledge of functional programming) * [Real World Haskell](http://book.realworldhaskell.org/read) (textbook from 2008, expects you've already mastered the fundamentals of Haskell)