75e3f92c8930b7e5d04a75c1d6e40c655b294ce6
[lambda.git] / content.mdwn
1 # Topics #
2
3 These topics are organized in two ways: by their content, and by the
4 week in which they were introduced.
5
6 ## Topics by content ##
7
8 * [[Introduction to functional programming|topics/week1_kapulet_intro]]
9
10 * [[Order: static versus dynamic|topics/week1 order]]
11
12 ## Topics by week ##
13
14 Week 1:
15
16 * [[Order in programming languages and natural language|topics/week1 order]]
17 This discussion considers conjunction in a language that recognized presupposition failure.
18 * [[Introduction to functional programming|topics/week1_kapulet_intro]]
19 Basics of functional programming: `let`, `case`, pattern matching, and
20 recursion.  Definitions of factorial.
21 * [[Advanced notes|topics/week1_kapulet_advanced]]
22 * [[Homework for week 1|exercises/assignment1]]
23
24 Week 2:
25
26 * [[Intro to the Lambda Calculus|topics/week2_lambda_intro]]
27 * [[Advanced notes on the Lambda Calculus|topics/week2_lambda_advanced]]
28 * Encoding Booleans, Tuples, Lists, and Numbers (in progress)
29 * Homework for week 2 (in progress)
30
31
32
33
34 *More coming, please wait...*
35