add closing par to order
[lambda.git] / index.mdwn
index b31723a..0aa7cf4 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.
 -->
 
+## [[Jump to content (lecture notes and more)|content]] ##
 
 ## Announcements ##
 
@@ -38,7 +39,10 @@ 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|topics/week1]]; and [[the homework|exercises/assignment1]]. There are also some [[advanced notes|topics/week1 advanced notes]].
+* 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
 
@@ -174,7 +178,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 +190,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),