From: jim Date: Mon, 2 Feb 2015 23:47:07 +0000 (-0500) Subject: Add link to Penn CIS 194 X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?p=lambda.git;a=commitdiff_plain;h=e671736085bc93622733fe3190b4c564db3142cc;hp=df56cfc4f515d844a522db105a35fea8071ffe8d Add link to Penn CIS 194 --- diff --git a/_learning_haskell.mdwn b/_learning_haskell.mdwn index b5f60953..060007ed 100644 --- a/_learning_haskell.mdwn +++ b/_learning_haskell.mdwn @@ -30,7 +30,7 @@ ### For experienced programmers ### * [A brief introduction to Haskell](https://wiki.haskell.org/A_brief_introduction_to_Haskell) -* CIS 194 at Penn? +* 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)