X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?p=lambda.git;a=blobdiff_plain;f=_learning_haskell.mdwn;h=39113eb574037d1d5ebc836410ea5e03490af96c;hp=16e61136875ab89e7d1c0541048859aaddc865a7;hb=209aa5cd82f41428cee6459fbdcc2ed0ecf91082;hpb=9ec34e1790e0c448f9b74e822688c97505d68bd4;ds=sidebyside diff --git a/_learning_haskell.mdwn b/_learning_haskell.mdwn index 16e61136..39113eb5 100644 --- a/_learning_haskell.mdwn +++ b/_learning_haskell.mdwn @@ -1,15 +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) - - - -* [Learn Haskell in 10 minutes](https://wiki.haskell.org/Learn_Haskell_in_10_minutes) +* [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 ### @@ -29,7 +29,6 @@ * [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) @@ -56,11 +55,6 @@ Links to Category Theory --> - -* [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 ### * GHC User's Guide from