break up long expression
[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 on functional programming|topics/week1 kapulet advanced]]
22 * [[Homework for week 1|exercises/assignment1]]
23
24 Week 2:
25
26 * [[Introduction 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|topics/week2 encodings]];
29 * [[Homework for week 2|exercises/assignment2]]
30
31
32
33
34 *More coming, please wait...*
35