add anchors to installing
[lambda.git] / index.mdwn
index 026cdf8..f1be5a1 100644 (file)
@@ -10,6 +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.
 -->
 
+## [[Index of Content (lecture notes and more)|content]] ##
 
 ## Announcements ##
 
@@ -36,11 +37,7 @@ we'll be doing the next week. It would be smart to make a serious start on that
 week's homework, for instance, before the session.
 -->
 
-*   Here is information about [[How to get the programming languages running on your computer]].
-
-*   Here are Lecture notes for [[Week1]]; [[Assignment1]]. (*Lecture notes will be posted soon.*)
-
-    > Topics: Basics of Functional Programming
+*   Here is information about [[How to get the programming languages running on your computer|installing]].
 
 *   Henceforth, unless we say otherwise, every homework will be "due" by
 Wednesday morning after the Thursday seminar in which we refer to it.
@@ -74,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
@@ -118,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]]
+[[More about the topics and larger themes of the course|overview]]
 
 
 ## Who Can Participate? ##
@@ -174,7 +190,6 @@ strictly exclusive. The labels are better thought of as concerning different
 of the extent to which they emphasize, and are designed around those idioms. Languages like Python and JavaScript are sometimes themselves
 described as "more functional" than other languages, like C.
 
-
 In any case, here is some more context for the three languages we will be focusing on.
 
 *   **Scheme** is one of two or three major dialects of *Lisp*, which is a large family
@@ -187,6 +202,8 @@ the operating system differently. One major implementation is called Racket,
 and that is what we recommend you use. If you're already using or comfortable with
 another Scheme implementation, though, there's no compelling reason to switch.
 
+    <!-- Racket doesn't have R7RS-small, and won't anytime soon. :-( Perhaps prefer Chicken? -->
+
     Racket stands to Scheme in something like the relation Firefox stands to HTML.
 
     (Wikipedia on [Lisp](http://en.wikipedia.org/wiki/Lisp_%28programming_language%29),
@@ -217,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 ##