X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?p=lambda.git;a=blobdiff_plain;f=index.mdwn;h=7286d417f085128cd070edb64286182c83f0f0f4;hp=4ad7f4bd51e624f8b4256975975bf729ab1d7097;hb=6e9c06c4741ae1656a9aa4d1ee3b29a0ca528970;hpb=3ecabeccbd2b4cece0ef6ffe13787a6231b6e60c diff --git a/index.mdwn b/index.mdwn index 4ad7f4bd..7286d417 100644 --- a/index.mdwn +++ b/index.mdwn @@ -136,7 +136,7 @@ other. [[How to get the programming languages running on your computer]] -## Recommended Readings ## +## Recommended Books ## * *An Introduction to Lambda Calculi for Computer Scientists*, by Chris Hankin, currently $17 on @@ -168,9 +168,20 @@ This covers some of the same introductory ground as The Little Schemer, but this time in ML. The dialect of ML used is SML, not OCaml, but there are only superficial syntactic differences between these languages. +# Other resources # + +* [Barker's Lambda Tutorial](http://homepages.nyu.edu/~cb125/Lambda): tutorial with embedded Javascript code that enables a user to type a lambda form into a web browser page and click to execute (reduce) it. +* [Penn Lambda Calculator](http://www.ling.upenn.edu/lambda/): requires installing Java, but provides a number of tools for evaluating lambda expressions and other linguistic forms. ##[[Schedule of Topics]]## +##[[Lecture Notes]]## + +##[[Offsite Reading]]## + +There's lots of links here already to tutorials and encyclopedia entries about many of the notions we'll be dealing with. + + ---- All wikis are supposed to have a [[SandBox]], so this one does too.