X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?p=lambda.git;a=blobdiff_plain;f=lambda_evaluator.mdwn;h=4a5b9dc0ec39a17f14cf4c564148b40acc9252e5;hp=93870a559a704c9fa221c0951427775416076d17;hb=c0b23798213c6cb62de42853fea9b5b066588528;hpb=3de7188739d607c5430e6180497f7c9866bbcd2c;ds=sidebyside diff --git a/lambda_evaluator.mdwn b/lambda_evaluator.mdwn index 93870a55..4a5b9dc0 100644 --- a/lambda_evaluator.mdwn +++ b/lambda_evaluator.mdwn @@ -1,6 +1,3 @@ -Lambda Evaluator ----------------- - This lambda evaluator will allow you to write lambda terms and evaluate (that is, normalize) them, and 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.)