From caa1bd310d80886e28a984765285eea2f6d0eef4 Mon Sep 17 00:00:00 2001 From: Jim Pryor Date: Tue, 19 Oct 2010 14:23:13 -0400 Subject: [PATCH 1/1] evaluator tweaks Signed-off-by: Jim Pryor --- lambda_evaluator.mdwn | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lambda_evaluator.mdwn b/lambda_evaluator.mdwn index b8cc7fba..dd65797a 100644 --- a/lambda_evaluator.mdwn +++ b/lambda_evaluator.mdwn @@ -128,10 +128,9 @@ Improvements we hope to add: * specifying the reduction order and depth * allow other binders such as ∀ and ∃ (though these won't be interpreted as doing anything other than binding variables) - + Other Lambda Evaluators/Calculutors ----------------------------------- - * [Peter Sestoft's Lambda Calculus Reducer](http://www.itu.dk/people/sestoft/lamreduce/index.html) Very nice! Allows you to select different evaluation strategies, and shows stepwise reductions. * [Chris Barker's Lambda Tutorial](http://homepages.nyu.edu/~cb125/Lambda) -- 2.11.0