(via Daily Python-URL)
This module allows simple experimentation with the lambda calculus, first developed by Church. It understands the different types of lambda expressions, can extract lists of variables (both free and bound) and subterms, and can simplify complicated by expression by means of application.
(if you need an intro to the lambda calculus, simply check previous messages in LtU's LC department)
Posted to LC by Ehud Lamm on 2/6/02; 2:02:33 PM
|