Skip to content

Lambda calculus in C++ meta programming. A "prove" that C++ template meta programming is Turing complete.

License

Notifications You must be signed in to change notification settings

daveying/lambda-calculus-cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About the code

Lambda calculus in C++ meta programming. A "prove" that C++ template meta programming is Turing complete.

Run tests

git clone https://github.com/daveying/lambda-calculus-cpp.git
cd lambda-calculus-cpp
mkdir build && cd build
cmake ..
make -j8 && ctest -VV

About

Lambda calculus in C++ meta programming. A "prove" that C++ template meta programming is Turing complete.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published