X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?p=lambda.git;a=blobdiff_plain;f=_learning_haskell.mdwn;h=39113eb574037d1d5ebc836410ea5e03490af96c;hp=07731b8bf2c1d1f64b9505df970bc0fb5e6a5e8b;hb=209aa5cd82f41428cee6459fbdcc2ed0ecf91082;hpb=17ac2e17ba2400fba53766591cac7859fea4c83c diff --git a/_learning_haskell.mdwn b/_learning_haskell.mdwn index 07731b8b..39113eb5 100644 --- a/_learning_haskell.mdwn +++ b/_learning_haskell.mdwn @@ -1,31 +1,58 @@ * [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) + * Wikipedia on [Haskell](https://en.wikipedia.org/wiki/Haskell_%28programming_language%29) | [GHC](https://en.wikipedia.org/wiki/Glasgow_Haskell_Compiler) -* Haskell Wiki's [Introduction and explanation of Haskell](https://wiki.haskell.org/Introduction) +* [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) - - -* [Learn Haskell in 10 minutes](https://wiki.haskell.org/Learn_Haskell_in_10_minutes) -* [Meta-tutorial](https://wiki.haskell.org/Meta-tutorial) -* [Learning Haskell](https://wiki.haskell.org/Learning_Haskell) +### For people who are new to programming ### + +* [The Haskell Wikibook](https://en.wikibooks.org/wiki/Haskell) +* [Yet Another Haskell Tutorial](https://en.wikibooks.org/wiki/Yet_Another_Haskell_Tutorial/Preamble) + +### For experienced programmers ### + +* [A brief introduction to Haskell](https://wiki.haskell.org/A_brief_introduction_to_Haskell) +* [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) +* [Gentle Introduction to Haskell](https://www.haskell.org/tutorial) (from 2000) +* [Real World Haskell](http://book.realworldhaskell.org/read) (from 2008, more advanced) + +* [Learning Haskell](https://wiki.haskell.org/Learning_Haskell) * [Books and Tutorials](https://wiki.haskell.org/Books_and_tutorials) * [Tutorials](https://wiki.haskell.org/Tutorials) * [Books](https://wiki.haskell.org/Books) -* [A Gentle Introduction to Haskell](https://www.haskell.org/tutorial) (from 2000) -* [Learn You a Haskell for Great Good](http://learnyouahaskell.com) -* [Real World Haskell](http://book.realworldhaskell.org/read) -* [Yet Another Haskell Tutorial](https://en.wikibooks.org/wiki/Yet_Another_Haskell_Tutorial/Preamble) -* [Haskell Wikibook](https://en.wikibooks.org/wiki/Haskell) - -* [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) + ### More Advanced Docs ###