X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?p=lambda.git;a=blobdiff_plain;f=_learning_haskell.mdwn;h=39113eb574037d1d5ebc836410ea5e03490af96c;hp=990bbb077b7ea367f7a28ab7487cd435320656c9;hb=209aa5cd82f41428cee6459fbdcc2ed0ecf91082;hpb=30f00cacbf2f96b301b46a18ab3350b70e0a9b31 diff --git a/_learning_haskell.mdwn b/_learning_haskell.mdwn index 990bbb07..39113eb5 100644 --- a/_learning_haskell.mdwn +++ b/_learning_haskell.mdwn @@ -1,18 +1,15 @@ * [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) - - -### Quick Overviews ### - -* [Learn Haskell in 10 minutes](https://wiki.haskell.org/Learn_Haskell_in_10_minutes) -* [A brief introduction to Haskell](https://wiki.haskell.org/A_brief_introduction_to_Haskell), aimed at experienced programmers -* [How to read Haskell](https://wiki.haskell.org/How_to_read_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) ### For people who are new to programming ### @@ -21,48 +18,41 @@ ### 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) -* "" -* [Meta-tutorial](https://wiki.haskell.org/Meta-tutorial) + * [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) - - -* "Don't mind Haskell syntax, but not yet comfortable with do-notation / monads" + -* [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 ###