Skip to content

An abusive lambda calculus evaluator written entirely in C++ templates

Notifications You must be signed in to change notification settings

gustavderdrache/lambda-templates

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

lambda-templates

An abusive lambda calculus evaluator written entirely in C++ templates

USAGE

  1. Drop #include "lambda-calculus.hh" into a file.
  2. Abuse templates.

NOTE: Requires C++11 features (variadic templates are used).

NOTES

The factorial.cc file, included as an example, should not go above computing the factorial of 4. Especially not with g++.

About

An abusive lambda calculus evaluator written entirely in C++ templates

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages