Lispy Meta Programming
Summary
A GitHub project that implements Lisp-style template meta programming in C++17, showing a Sieve of Eratosthenes and a small Lisp-inspired DSL built with meta_fn, let_lazy, and meta_return. The README demonstrates a functional-programming approach to compile-time computation and compares it to Scheme.