Skip to content

pdarragh/variadic-curry-calculus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Variadic Auto-Curried Lambda Calculus

A simple untyped lambda calculus interpreter that supports both variadic functions and auto-currying.

Full documentation is available online. Alternatively, you can build and consult the documentation locally by cloning the repository and executing the following commands in the top directory (with the Makefile):

$ make link
$ raco docs lambda-vc

About

Simple untyped lambda calculus that supports both variadic functions and auto-currying.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published