From 4380b5f17428692754b630209ed9f06b7f549fd6 Mon Sep 17 00:00:00 2001 From: Jim Pryor Date: Tue, 19 Oct 2010 14:22:50 -0400 Subject: [PATCH] evaluator tweaks Signed-off-by: Jim Pryor --- lambda_evaluator.mdwn | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lambda_evaluator.mdwn b/lambda_evaluator.mdwn index 97b77a7d..b8cc7fba 100644 --- a/lambda_evaluator.mdwn +++ b/lambda_evaluator.mdwn @@ -128,8 +128,10 @@ 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