Python lambda calculus module 1.0 review
DownloadPython lambda calculus module project is a simple but full-featured module for exploring lambda calculus. It understands the diffe
|
|
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 keywords