X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?p=lambda.git;a=blobdiff_plain;f=_learning_haskell.mdwn;h=17dc79937fa576632967c9e225062eeb0097b933;hp=d26ecf0cbbae19cc660547f792afc44a279846ff;hb=5e1f0774d5864e46e6f3f95853f4d33d913ca4cd;hpb=371a6b4c34bee27aa68aed46855ff775114748be diff --git a/_learning_haskell.mdwn b/_learning_haskell.mdwn index d26ecf0c..17dc7993 100644 --- a/_learning_haskell.mdwn +++ b/_learning_haskell.mdwn @@ -1,10 +1,11 @@ -* [Try Haskell in your browser](http://tryhaskell.org) (slow, bare-bones) +* [Try Haskell in your browser](http://tryhaskell.org) (slow, bare-bones) * 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) +* [Why Haskell matters](https://wiki.haskell.org/Why_Haskell_matters) +* [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) * Wikipedia on [Haskell](https://en.wikipedia.org/wiki/Haskell_%28programming_language%29) | [GHC](https://en.wikipedia.org/wiki/Glasgow_Haskell_Compiler) @@ -13,66 +14,34 @@ * [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) -* CIS 194 at Penn? -* [Learn You a Haskell for Great Good](http://learnyouahaskell.com/chapters) (textbook) - -* [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) -* A Not-So-[Gentle Introduction to Haskell](https://www.haskell.org/tutorial) (from 2000, expects some prior knowledge of functional programming) - -* [Real World Haskell](http://book.realworldhaskell.org/read) (textbook from 2008, expects you've already mastered the fundamentals of Haskell) - - - --> -Links to Category Theory: -[The Haskell Programmer's Guide to the IO Monad](http://doc.utwente.nl/53411/1/00000154.pdf) -* [Quick Introduction to IO](https://wiki.haskell.org/Introduction_to_IO) -* [Tackling the awkward squad](http://research.microsoft.com/en-us/um/people/simonpj/papers/marktoberdorf/mark.pdf): monadic I/O, concurrency, exceptions, and FFI in Haskell -* [IO inside](https://wiki.haskell.org/IO_inside) -* [A tour of the Haskell Monad functions](http://members.chello.nl/hjgtuyl/tourdemonad.html) -* [What the hell are monads?](https://web.archive.org/web/20040404212440/http://www.abercrombiegroup.co.uk/~noel/research/monads.html) +### More tutorials, mostly aimed at existing programmers ### -~-> +* A Not-So-[Gentle Introduction to Haskell](https://www.haskell.org/tutorial) (64 pp. tutorial from 2000, expects some prior knowledge of functional programming) +* [Haskell Tutorial for C Programmers](https://wiki.haskell.org/Haskell_Tutorial_for_C_Programmers) (45 pp.) +* [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) (33 pp.) +* [Write Yourself a Scheme in 48 Hours](http://en.wikibooks.org/wiki/Write_Yourself_a_Scheme_in_48_Hours) +* Comprehensive List at [Haskell Wiki](https://wiki.haskell.org/Tutorials) -### More Advanced Docs ### +### Advanced Docs, listed here for reference ### * GHC User's Guide from [Haskell Platform](https://www.haskell.org/platform/doc/2014.2.0.0/ghc/users_guide) | -[latest](https://downloads.haskell.org/~ghc/latest/docs/html/users_guide) +[latest](https://downloads.haskell.org/~ghc/latest/docs/html/users_guide), including +[Using GHCi](https://downloads.haskell.org/~ghc/latest/docs/html/users_guide/ghci.html) and +[Extensions](https://downloads.haskell.org/~ghc/latest/docs/html/users_guide/ghc-language-features.html) * Libraries from [Haskell Platform](https://www.haskell.org/platform/doc/2014.2.0.0/platform/doc) | [Haskell 2010](https://www.haskell.org/onlinereport/haskell2010/haskellpa2.html) | +[Hayoo](http://hayoo.fh-wedel.de) + * [Haddock](https://www.haskell.org/haddock) documentation generator: User Guide from [Haskell Platform](https://www.haskell.org/platform/doc/2014.2.0.0/ghc/haddock/index.html) | [latest](https://www.haskell.org/haddock/doc/html) | [FAQ](https://wiki.haskell.org/Haddock/FAQ) +* [Haskell idioms](https://wiki.haskell.org/Blow_your_mind) * [Reddit's r/haskell](https://www.reddit.com/r/haskell) * [Stack Overflow](https://stackoverflow.com/questions/tagged/haskell?sort=faq) questions tagged "haskell" +* [Real World Haskell](http://book.realworldhaskell.org/read) (714 pp. textbook from 2008, expects you've already mastered the fundamentals of Haskell) * [GHC Developer Wiki](https://ghc.haskell.org/trac/ghc)