X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?p=lambda.git;a=blobdiff_plain;f=_learning_haskell.mdwn;h=060007edd9a5cb6e8891e1c25bd4c7d6bcd0b6b0;hp=90b7dc2b696007629ba0194c00e7abcd36622c36;hb=e671736085bc93622733fe3190b4c564db3142cc;hpb=ff4b18f743e1a5ddeaafa9e12c19891a4e9d036e diff --git a/_learning_haskell.mdwn b/_learning_haskell.mdwn index 90b7dc2b..060007ed 100644 --- a/_learning_haskell.mdwn +++ b/_learning_haskell.mdwn @@ -1,70 +1,70 @@ * [Try Haskell in your browser](http://tryhaskell.org) (slow, bare-bones) -* [[Installing Haskell|/installing#haskell]] -* [Learn Haskell in 10 minutes](https://wiki.haskell.org/Learn_Haskell_in_10_minutes) -* Haskell Wiki's [Introduction and explanation of Haskell](https://wiki.haskell.org/Introduction) - +* This site's guide to [[Installing Haskell|/installing#haskell]] +* [Learn Haskell in 10 minutes](https://wiki.haskell.org/Learn_Haskell_in_10_minutes) +* Haskell Wiki's [Introduction and explanation of Haskell](https://wiki.haskell.org/Introduction) +* [Haskell FAQ](https://wiki.haskell.org/FAQ) * Wikipedia on [Haskell](https://en.wikipedia.org/wiki/Haskell_%28programming_language%29) | [GHC](https://en.wikipedia.org/wiki/Glasgow_Haskell_Compiler) + + + * [Haskell Wiki](https://wiki.haskell.org), with a link to download the [Haskell Platform](https://www.haskell.org/platform/contents.html) * [New Haskell Wiki](https://new-www.haskell.org) -* [Haskell FAQ](https://wiki.haskell.org/FAQ) ### For people who are new to programming ### * [The Haskell Wikibook](https://en.wikibooks.org/wiki/Haskell) +* [More Tutorials](https://wiki.haskell.org/Tutorials) ### For experienced programmers ### -* [A brief introduction to Haskell](https://wiki.haskell.org/A_brief_introduction_to_Haskell) +* [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) -* [Learn You a Haskell for Great Good](http://learnyouahaskell.com/chapters) (textbook) -* [Gentle Introduction to Haskell](https://www.haskell.org/tutorial) (from 2000) -* [Haskell-Tutorial](ftp://ftp.geoinfo.tuwien.ac.at/navratil/HaskellTutorial.pdf) -* [The Haskell Road to Logic, Math and Programming](http://fldit-www.cs.uni-dortmund.de/~peter/PS07/HR.pdf) -* [Real World Haskell](http://book.realworldhaskell.org/read) (textbook from 2008) - -* [Lambda Lessons](https://stevekrouse.github.io/hs.js): interactive lessons on pattern matching, first-class functions, and abstracting over recursion in Haskell -* [More Tutorials](https://wiki.haskell.org/Tutorials) +* [Real World Haskell](http://book.realworldhaskell.org/read) (textbook from 2008, expects you've already mastered the fundamentals of Haskell) - + +~-> ### More Advanced Docs ###