Loom

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

Posts tagged “capstone” (1)

Building a Type-Safe Protocol — The Grand SynthesisMar 30 22.8K

We combine every technique from this series — algebraic types, pattern matching, phantom types, typestate, concepts, compile-time data, parametricity, linear logic, F-algebras — to build a compile-time verified protocol where violations are type errors, not runtime surprises.

--c++20 --type-theory --typestate --protocols --compile-time --capstone