X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?p=lambda.git;a=blobdiff_plain;f=_learning_haskell.mdwn;h=9a823f00d601bb176af23371e1c9a183933155d7;hp=7698ca6005c5def13acf1ec8fc970933323ba451;hb=eba2ff5d7c1d8da31c9fa397553d78178b122737;hpb=1aa76fcb2bc890856d878e8d5a3beb4c2f2fed58 diff --git a/_learning_haskell.mdwn b/_learning_haskell.mdwn index 7698ca60..9a823f00 100644 --- a/_learning_haskell.mdwn +++ b/_learning_haskell.mdwn @@ -2,8 +2,8 @@ * This site's guide to [[Installing Haskell|/installing#haskell]] -* Haskell Wiki's [Introduction and explanation of Haskell](https://wiki.haskell.org/Introduction) -* [Why Haskell matters](https://wiki.haskell.org/Why_Haskell_matters) +* [What is Haskell?](https://wiki.haskell.org/Introduction) and +[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) * [Quick Reference](https://wiki.haskell.org/Reference_card) | [Cheat Sheet](http://cheatsheet.codeslower.com/CheatSheet.pdf) @@ -42,6 +42,9 @@ ### Other ### * [Lambda Lessons](http://stevekrouse.github.io/hs.js), experiment with evaluating `map` and `fold` step-by-step * [A Tour of the Haskell Prelude](http://www.letu.edu/people/jaytevis/Programming-Languages/Haskell/tourofprelude.html) +* [Haskell for OCaml Programmers](http://science.raphael.poss.name/haskell-for-ocaml-programmers.pdf) +* [ML Dialects and Haskell](http://hyperpolyglot.org/ml) +* [Differences between Haskell and SML?](http://www.quora.com/What-are-the-key-differences-between-Haskell-and-Standard-ML?browse) ## Advanced Docs, listed here for reference ## @@ -73,7 +76,7 @@ [FAQ1](https://wiki.haskell.org/Cabal/FAQ) [FAQ2](https://www.haskell.org/cabal/FAQ.html) | [writing programs](https://wiki.haskell.org/How_to_write_a_Haskell_program) -* [Hackage](https://hackage.haskell.org) package database +* [Hackage](https://hackage.haskell.org) package repository *
Haskell API Search: Hoogle |