Loom

A blog engine that just works. One binary, no setup, no dependencies.

Posts tagged “design” (1)

A Program Is a Theory — Foundations of Type-Theoretic C++Mar 20 24.0K

Type judgments, formation rules, Curry-Howard, and the lambda cube — real type theory, made concrete in modern C++. A program is a formal system, and the compiler is its first reviewer.

--c++20 --type-theory --compile-time --design --foundations