misc tweaks
[lambda.git] / index.mdwn
index 9d85c39..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)|topics/content.mdwn]] ##
+## [[Index of Content (lecture notes and more)|content]] ##
 
 ## Announcements ##
 
@@ -39,13 +39,6 @@ week's homework, for instance, before the session.
 
 *   Here is information about [[How to get the programming languages running on your computer|installing]].
 
-* Here are lecture notes for week 1: [[order|topics/week1 order]];
-[[the introduction to functional programming|topics/week1]], along
-with [[the homework|exercises/assignment1]] and some [[advanced
-notes|topics/week1 advanced notes]].
-
-    > Topics: Basics of Functional Programming
-
 *   Henceforth, unless we say otherwise, every homework will be "due" by
 Wednesday morning after the Thursday seminar in which we refer to it.
 (Usually we'll post the assignment shortly before the seminar, but don't
@@ -78,6 +71,25 @@ what is difficult, what you tried, why what you tried didn't work, and
 what you think you need in order to solve the problem.
 
 
+
+
+(**Week 1**) Thursday 29 Jan 2015
+
+> Topics:
+[[Order in programming languages and natural language|topics/week1 order]];
+[[Introduction to functional programming|topics/week1]];
+[[Homework|exercises/assignment1]];
+[[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
@@ -122,7 +134,7 @@ course is to enable you to make these tools your own; to have enough
 understanding of them to recognize them in use, use them yourself at least
 in simple ways, and to be able to read more about them when appropriate.
 
-[[More about the topics and larger themes of the course| topics and themes]]
+[[More about the topics and larger themes of the course| overview]]
 
 
 ## Who Can Participate? ##
@@ -222,7 +234,7 @@ other.
 
 
 <a name=installing></a>
-[[How to get the programming languages running on your computer]]
+[[How to get the programming languages running on your computer|installing]]
 
 
 ## Recommended Books ##