Website is served from a 200KB binary
Summary
The piece introduces freelang, a native x86-64 language that compiles directly to a binary with no libc or runtime. It emphasizes a tiny 200KB footprint, a non-moving heap with a free-list collector, and an explicit failure-as-data model, supported by simple performance metrics and a link to the GitHub source.