Python lambda calculus module 1.0 review

Download
by rbytes.net on

Python lambda calculus module project is a simple but full-featured module for exploring lambda calculus. It understands the diffe

License: GPL (GNU General Public License)
File size: 14K
Developer: Erik Max Francis
0 stars award from rbytes.net

Python lambda calculus module project is a simple but full-featured module for exploring lambda calculus.

It understands the different types of lambda expressions, can extract lists of variables (both free and bound) and subterms, and can simplify complicated expressions by means of application.

Notations for lambda expressions vary slightly, so it is instructive to detail the precise notation used by this module. A variable is expressed with a string of alphanumeric characters, e.g., x or abc1.

What's New in This Release:
Initial release.

Python lambda calculus module 1.0 search tags