family_tree: tweak intro
[lambda.git] / offsite_reading.mdwn
index 019edd2..b2bab59 100644 (file)
@@ -43,18 +43,22 @@ get more out of out. (Rinse and repeat.)
 
 ## Scheme and OCaml ##
 
+*      [An Introduction to Lambda Calculus and Scheme](http://www.jetcafe.org/~jim/lambda.html) -- aimed at programmers
 *      [[!wikipedia Scheme (programming language)]]
 *      [[!wikipedia Objective Caml]]
 
 ## Untyped lambda calculus and combinatory logic ##
 
-*      [[!wikipedia Lambda calculus]]<p>
+*      [[!wikipedia Lambda calculus]]
+*      [Chris Barker's Lambda Tutorial](http://homepages.nyu.edu/~cb125/Lambda)<p>
+
 *      [[!wikipedia Haskell Curry]]
 *      [[!wikipedia Moses Schönfinkel]]
 *      [[!wikipedia Alonzo Church]]<p>
 *      [[!wikipedia Combinatory logic]]
-*      [[!wikipedia B,C,K,W system]]
+*      [Combinatory logic](http://plato.stanford.edu/entries/logic-combinatory/) at the Stanford Encyclopedia of Philosophy
 *      [[!wikipedia SKI combinatory calculus]]<p>
+*      [[!wikipedia B,C,K,W system]]
 *      [[!wikipedia Church-Rosser theorem]]
 *      [[!wikipedia Normalization property]]
 *      [[!wikipedia Turing completeness]]<p>
@@ -75,6 +79,8 @@ get more out of out. (Rinse and repeat.)
 *      [[!wikipedia Bottom type]]
 *      [[!wikipedia Typed lambda calculus]]
 *      [[!wikipedia Simply typed lambda calculus]]
+*      [Type Theory](http://plato.stanford.edu/entries/type-theory/) at the Stanford Encyclopedia of Philosophy
+*      [Church's Type Theory](http://plato.stanford.edu/entries/type-theory-church/) at the Stanford Encyclopedia of Philosophy
 *      [[!wikipedia Type polymorphism]]
 *      [[!wikipedia System F]]
 
@@ -88,8 +94,10 @@ get more out of out. (Rinse and repeat.)
 
 *      [[!wikipedia Continuation]]
 *      [[!wikipedia Continuation-passing style]]
-*      [[!wikipedia Call-with-current-continuation]]
+*      [[!wikipedia Call-with-current-continuation]]
+*      [Intro to call/cc](http://community.schemewiki.org/?call-with-current-continuation) at SchemeWiki
 *      [[!wikipedia Delimited continuation]]
+*      [Delimited/composable continuations tutorial](composable-continuations-tutorial) at SchemeWiki
 
 ## Monads ##