From 547f6ad309dca779cea283bcc0fa34ffef7a51cc Mon Sep 17 00:00:00 2001 From: jim Date: Sat, 7 Feb 2015 10:08:02 -0500 Subject: [PATCH] add links to (some) week2 notes --- index.mdwn | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/index.mdwn b/index.mdwn index 2f5a7e45..51f37d6a 100644 --- a/index.mdwn +++ b/index.mdwn @@ -90,7 +90,13 @@ The [[differences between our made-up language and Scheme, OCaml, and Haskell|ro --> (**Week 2**) Thursday 5 February 2015 -> Notes on their way... +> Topics: +[[Intro to the Lambda Calculus|topics/week1 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.