Lambda calculus in C++ meta programming. A "prove" that C++ template meta programming is Turing complete.
git clone https://github.com/daveying/lambda-calculus-cpp.git
cd lambda-calculus-cpp
mkdir build && cd build
cmake ..
make -j8 && ctest -VV
Lambda calculus in C++ meta programming. A "prove" that C++ template meta programming is Turing complete.
C++MIT