From: Jim Date: Sun, 1 Feb 2015 23:41:03 +0000 (-0500) Subject: misc tweaks X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?p=lambda.git;a=commitdiff_plain;h=b69d79536fa5452f2a3352ba96081dcb34297daa misc tweaks --- diff --git a/_learning_haskell.mdwn b/_learning_haskell.mdwn index e69de29b..e4b38361 100644 --- a/_learning_haskell.mdwn +++ b/_learning_haskell.mdwn @@ -0,0 +1,13 @@ + +It's useful to know about the general [Haskell wiki](https://wiki.haskell.org) (not restricted to just GHC). They have a [Getting Started](https://wiki.haskell.org/Haskell_in_5_steps) page, which also recommends that you install the Haskell Platform. + + +That page recommends: + +Real World Haskell http://book.realworldhaskell.org +Haskell in 10 minutes ?? +Yet Another Haskell Tutorial http://darcs.haskell.org/yaht/yaht.pdf +A Gentle Introduction to Haskell http://www.haskell.org/tutorial/ +Learn You a Haskell for Great Good! http://learnyouahaskell.com/ + +Complete list of textbooks, refs and tutorials ?? diff --git a/index.mdwn b/index.mdwn index 8fc6db50..11bee265 100644 --- a/index.mdwn +++ b/index.mdwn @@ -10,7 +10,7 @@ the Linguistics building at 10 Washington Place, in room 103 (front of the first One student session will be held every Wednesday from XX-YY at WHERE. --> -## [[Jump to content (lecture notes and more)|content]] ## +## [[Index of Content (lecture notes and more)|content]] ## ## Announcements ## @@ -82,6 +82,14 @@ what you think you need in order to solve the problem. [[Advanced notes|topics/week1 advanced notes]] + + + ## Course Overview ## The overarching goal of this seminar is to introduce concepts and techniques from