Skip to content

polux/lambda-diagrams

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lambda Diagrams

Disclaimer: this is not an official Google product

An implementation of John Tromp's lambda diagrams graphical notation for lambda terms. It reads a lambda term on the standard input and renders an animation of its evaluation.

This youtube playlist showcases animations produced with this program.

Usage:

stack build
stack exec lambda-diagrams < prog.lam
avconv -framerate 10 -f image2 -i /tmp/out_%04d.png -c:v h264 -crf 1 lam.mp4

About

Animations of lambda term reduction sequences

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published