From: barker Date: Tue, 21 Sep 2010 00:37:58 +0000 (-0400) Subject: (no commit message) X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?p=lambda.git;a=commitdiff_plain;h=08e5cbb580b637a3e4c92fbb4fbb9f7891b81103;ds=sidebyside --- diff --git a/lambda_evaluator.mdwn b/lambda_evaluator.mdwn index bc9d2a2b..4cf07361 100644 --- a/lambda_evaluator.mdwn +++ b/lambda_evaluator.mdwn @@ -1,7 +1,7 @@ Lambda Evaluator ---------------- -There is now a [lambda evaluator](lambda-let.html) available. +There is now a [lambda evaluator](http://lambda.jimpryor.net/lambda-let.html) available. It will allow you to write lambda terms and evaluate them, with full ability to inspect the results. (This won't work in Racket, because Racket doesn't even try to represent the internal structure of a function in a human-readable way.)