Family of languages
https://mapping-high-level-constructs-to-llvm-ir.readthedocs.io/en/latest/README.html
functional language
https://github.com/google/wuffs/tree/main/doc/note
no allocation - buffers get passed in no recursion - or only guaranteed termination, basic loops no user callbacks (passing funcs as params?) - could use callbacks to recursion
https://news.ycombinator.com/item?id=11944000
export C functions export bare functions
needs a name