WebAssembly: How to allocate your allocator| nullprogram.com
Few lesser known tricks, quirks and features of CThere are some tricks, quirks and features (some quite fundamental to the language!)| jorenar.com
Alkyne is a scripting language I built a couple of years ago for generating configuration blobs. Its interpreter is a naive AST walker1 that uses ARC2 for memory management, so it’s pretty slow, and I’ve been gradually writing a new evaluation engine for it.| mcyoung.xyz