X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?p=lambda.git;a=blobdiff_plain;f=content.mdwn;h=99686d4a5e20f33bb85e3ce46585a7f9afa9efc7;hp=a054dfde10da04b8f3e823af1a66ee024f22e4ed;hb=95124aa2037f01f4d4aeaa55ecb2dacf785b6cd6;hpb=90bbda19dc5771a44e8403128016c60335381e91 diff --git a/content.mdwn b/content.mdwn index a054dfde..99686d4a 100644 --- a/content.mdwn +++ b/content.mdwn @@ -5,6 +5,8 @@ week in which they were introduced. ## Topics by content ## +* [[What is computation?|topics/week3_what_is_computation]] + * Functional Programming * [[Introduction|topics/week1 kapulet intro]] @@ -31,7 +33,7 @@ week in which they were introduced. * Reduction Strategies and Normal Forms -* [[Combinatory Logic|topics/week3 combinatorial logic]] +* [[Combinatory Logic|topics/week3 combinatory logic]] ## Topics by week ## @@ -53,11 +55,12 @@ Week 2: * [[Encoding Booleans, Tuples, Lists, and Numbers|topics/week2 encodings]] * [[Homework for week 2|exercises/assignment2]] -Week 3: +Week 3:But even deci +* [[What is computation?|topics/week3_what_is_computation]] * More on Lists Introduces list comprehensions, discusses how to get the `tail` of lists in the Lambda Calculus -* [[Combinatorial Logic|topics/week3 combinatory logic]] +* [[Combinatory Logic|topics/week3 combinatory logic]] * Reduction Strategies and Normal Forms * Homework for week 3