placeholder

Interpreting when Compiling, or an Alternative Understanding of Lambdas in C++11

I have recently read an article about computations on C++ templates. One of the comments to the article was a

Click to view the original at kukuruku.co

Hasnain says:

A lambda calculus interpreter (complete with macros, variable lookups, tail recursion). Written using C++ templates and processed completely at compile time.

Because why not.

Posted on 2014-05-20T05:13:33+0000