X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?p=lambda.git;a=blobdiff_plain;f=week1.mdwn;h=0122ed9bcc774f3252284ee649498aae6e353fe6;hp=9e66205ef9201255be8996c38873e37be01a4418;hb=08ddabea126b05d49bd952365760d322bcae0304;hpb=77cb7c3f655588e266537bfd8645b30c2a74c556 diff --git a/week1.mdwn b/week1.mdwn index 9e66205e..0122ed9b 100644 --- a/week1.mdwn +++ b/week1.mdwn @@ -99,6 +99,30 @@ For the most part, these uses are only loosely connected to each other. We'll te Map === +
Scheme (functional part) | +OCaml (functional part) | +C, Java, Pasval +Scheme (imperative part) +OCaml (imperative part) |
+
lambda calculus +combinatorial logic |
+||
--------- Turing complete --------- | +||
+ | more advanced type systems, such as polymorphic types + | + |
+ | simply-typed lambda calculus (what linguists mostly use) + | + |