Add link to Penn CIS 194
[lambda.git] / _learning_haskell.mdwn
index 76a946c..060007e 100644 (file)
 
 ### For experienced programmers ###
 
-*   [A brief introduction to Haskell](https://wiki.haskell.org/A_brief_introduction_to_Haskell) <!— sister article to: http://www.cs.jhu.edu/~scott/pl/lectures/caml-intro.html —>
-*   CIS 194 at Penn?
+*   [A brief introduction to Haskell](https://wiki.haskell.org/A_brief_introduction_to_Haskell) <!-- sister article to: http://www.cs.jhu.edu/~scott/pl/lectures/caml-intro.html -->
+*   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)