misc tweaks
authorJim <jim.pryor@nyu.edu>
Sun, 1 Feb 2015 23:41:03 +0000 (18:41 -0500)
committerJim <jim.pryor@nyu.edu>
Sun, 1 Feb 2015 23:41:03 +0000 (18:41 -0500)
_learning_haskell.mdwn
index.mdwn

index e69de29..e4b3836 100644 (file)
@@ -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 ??
index 8fc6db5..11bee26 100644 (file)
@@ -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]]
 
 
+<!--
+[[Lambda Evaluator]]: Usable in your browser. It can help you check whether your answer to some of the homework questions works correctly. There is also now a [library](/lambda_library) of lambda-calculus arithmetical and list operations, some relatively advanced.
+
+We've added a [[Monad Library]] for OCaml.
+We've posted a [[State Monad Tutorial]].
+-->
+
+
 ## Course Overview ##
 
 The overarching goal of this seminar is to introduce concepts and techniques from