X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?p=lambda.git;a=blobdiff_plain;f=index.mdwn;h=f1be5a1c40f260fd3c9c5c2234a3ef8f9c729c11;hp=2994e3f938d41947b79b55d84fafaaf9f15d2704;hb=781dbf934fe2ab701b2a9cfc1a02dee31ac4354e;hpb=47a1e74d28317b889a39c4ab9233445fb05f402f diff --git a/index.mdwn b/index.mdwn index 2994e3f9..f1be5a1c 100644 --- a/index.mdwn +++ b/index.mdwn @@ -10,23 +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.mdwn]] ## - - +## [[Index of Content (lecture notes and more)|content]] ## ## Announcements ## @@ -55,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 @@ -94,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]] + + + + + ## Course Overview ## The overarching goal of this seminar is to introduce concepts and techniques from @@ -138,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? ## @@ -194,14 +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 @@ -246,15 +234,7 @@ other. -[[How to get the programming languages running on your computer]] - - +[[How to get the programming languages running on your computer|installing]] ## Recommended Books ## @@ -300,8 +280,6 @@ but in the long run it's helpful because it makes the arbitrariness of those cho * Another good book, covering some of the same ground as the Hankin, and the Hindley & Seldin, but delving deeper into typed lambda calculi, is *Types and Programming Languages*, by Benjamin Pierce, currently $77 hardback / $68 kindle on [Amazon](http://www.amazon.com/dp/0262162091). This book has many examples in OCaml. - - ----