TypedLambda is a java-written implementation of the simply typed lambda-calculus. It is presented as a Toolbox with a set of demonstrators. The software is provided in source form exclusively and depends on nothing but a JRE System Library. Its license is free. LambdaAPI is developed within the xmloperator project but has no special connection with XML.
TypedLambda main characteristics are robustness and predictiviy. This is achieved by the following means :
no recursivity during beta reductions,
no instanciation during beta reductions (lambda terms and substitutions are immediatly recycled).
To exploit this software wih Eclipse is easy : you just have to :
create a new Java project,
drop the source archive into its the src source folder,
run the TypedLambda.Test class,
For more information, please send a mail to didier dot demany at gmail dot com, using an object starting with [TypedLambda].
Last update : 2025-02-01 | Copyright (c) 2000 - 2025 The_xmloperator_project |