Skip to content

jgrimes/lambda-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

lambda-rs

lambda calculus interpreters in Rust

This is the first thing I've written in Rust, so I am sure it is full of problems -- let me know if you notice any! Many methods need to be reworked to do the right (in terms of efficiency) things with regards to borrowing/cloning/etc.

Currently, only the untyped lambda calculus interpreter is done, based on this blog post by Lennart Augustsson

About

lambda calculus interpreters in Rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages