X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?p=lambda.git;a=blobdiff_plain;f=index.mdwn;h=756cb2165cc581cf72c02dbe0dc3469bce8eb23c;hp=f1823de9a1a404bd85f52e80d323ba12feff370e;hb=adca83dd4722750d2a9ef807fd0c51d36d350e3e;hpb=9c7735402f69353862f1c7c54766c9c3ac4cf4f0 diff --git a/index.mdwn b/index.mdwn index f1823de9..756cb216 100644 --- a/index.mdwn +++ b/index.mdwn @@ -75,22 +75,28 @@ what you think you need in order to solve the problem. > Topics: [[Order in programming languages and natural language|topics/week1 order]]; -[[Introduction to functional programming|topics/week1_kapulet_intro]]; +[[Introduction to functional programming|topics/week1 kapulet intro]]; [[Homework|exercises/assignment1]]; -[[Advanced notes|topics/week1 advanced notes]] +[[Advanced notes|topics/week1 kapulet advanced]] (**Intermezzo**) > Help on [[learning Scheme]], [[OCaml|learning OCaml]], and [[Haskell|learning Haskell]]; The [[differences between our made-up language and Scheme, OCaml, and Haskell|rosetta1]]; [[What do words like "interpreter" and "compiler" mean?|ecosystem]] (in progress) -(**[[Lambda Evaluator|code/lambda_evaluator]]**) Usable in your browser. It can help you check whether your answer to some of the homework questions works correctly. +(**[[Lambda Evaluator|code/lambda evaluator]]**) Usable in your browser. It can help you check whether your answer to some of the (upcoming) homework questions works correctly. (**Week 2**) Thursday 5 February 2015 -> Notes on their way... +> Topics: +[[Intro to the Lambda Calculus|topics/week2 lambda intro]]; +[[Advanced notes|topics/week2 lambda advanced]]; +Encoding Booleans, Tuples, Lists, and Numbers (in progress); +Homework (in progress) + +> Also, if you're reading the Hankin book, try reading Chapters 1-3. You will most likely need to come back again and read it multiple times; but this would be a good time to make the first attempt.