X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?p=lambda.git;a=blobdiff_plain;f=_learning_haskell.mdwn;h=896fbd4344e2cbccf1bf209bdfa5bd1f176abd53;hp=563f3da03bf2b579f70cb9b18491b70e911f7476;hb=849b6b0147e2352f397375e50a90463f812f2d4d;hpb=d5628678bf48dadb8f598b8db5a672c4e6381a0a diff --git a/_learning_haskell.mdwn b/_learning_haskell.mdwn index 563f3da0..896fbd43 100644 --- a/_learning_haskell.mdwn +++ b/_learning_haskell.mdwn @@ -16,15 +16,15 @@ ### 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 ### @@ -43,7 +43,7 @@ * [Lambda Lessons](https://stevekrouse.github.io/hs.js): interactive lessons on pattern matching, first-class functions, and abstracting over recursion in Haskell - +~-> ### More Advanced Docs ### @@ -108,3 +108,40 @@ User Guide from [Haskell Platform](https://www.haskell.org/platform/doc/2014.2.0 * [Reddit's r/haskell](https://www.reddit.com/r/haskell) * [Stack Overflow](https://stackoverflow.com/questions/tagged/haskell?sort=faq) questions tagged "haskell" * [GHC Developer Wiki](https://ghc.haskell.org/trac/ghc) + + +### Miscellany ### + +* + +* +* + + +* [The Implementation of Functional Programming Languages](http://research.microsoft.com/en-us/um/people/simonpj/Papers/slpj-book-1987/index.htm), Simon Peyton Jones, published by Prentice Hall, 1987 + +* [Type Theory and Functional Programming](http://www.cs.kent.ac.uk/people/staff/sjt/TTFP/), Simon Thompson, Addison-Wesley, 1991. ISBN 0-201-41667-0. Hardcover: 388 pages. + +* From 1995, Jeroen Fokker's _Functional Programming_ + +* A Tour of the Haskell Prelude + +* A tour of the Haskell Monad functions + +* +* Haskell Cheat Sheet + +* Glossary + + +* The paper that for the first time introduced type classes and their +implementation using dictionaries, + +* + +* Generic Programming / + +* +* + +