anoma / geb

A Categorical View of Computation
https://anoma.github.io/geb/
GNU General Public License v3.0
28 stars 10 forks source link

Implement a Reducer for Lambda #162

Closed agureev closed 11 months ago

agureev commented 11 months ago

Implements recursive beta-reduction of Lambda terms alongside some minor arithmetic reductions. Changes compilation accordingly to compile only reduced terms.

mariari commented 11 months ago

This seems to work fine