Verbose is a small experimental language I build — its compiler proves properties about your code (termination, sound types, declared effects) and emits tiny x86-64 machine code: no runtime, no GC, no libc. This post stands on its own.

Picture a 943-byte file. Smaller than a long text message. You run it and send this:

GET / HTTP/1.0

Enter fullscreen mode

Exit fullscreen mode