X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?p=lambda.git;a=blobdiff_plain;f=index.mdwn;h=eb61fb700f708862c5cfbd1df5eee2c0c341ce4f;hp=73d2020ba46e1c9beb1f41542785fb0226c4662c;hb=c5c1236e4deb5ef61e2f1624d82e59a881604484;hpb=411b30a906f5ac5051d6a872b02de3fac0aa3bdc diff --git a/index.mdwn b/index.mdwn index 73d2020b..eb61fb70 100644 --- a/index.mdwn +++ b/index.mdwn @@ -135,8 +135,11 @@ familiar with one of them, it's not difficult to move between it and the other. [[How to get the programming languages running on your computer]] + +[[Using the programming languages]] + -## Recommended Readings ## +## Recommended Books ## * *An Introduction to Lambda Calculi for Computer Scientists*, by Chris Hankin, currently $17 on @@ -168,6 +171,10 @@ 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]]##