Add link to The Haskell Road to Logic, Maths and Programming
[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]]
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]]
19 Basics of functional programming: `let`, `case`, pattern matching, and
20 recursion.  Definitions of factorial.
21 * [[Homework for week 1|exercises/assignment1]]
22 * [[Advanced notes|topics/week1 advanced notes]]
23
24 *More coming, please wait...*
25