Buzz is a small/lightweight statically typed scripting language
published on 2023/12/27
Buzz is a small/lightweight statically typed scripting language written in Zig. It started as a toy language following the excellent book Crafting Interpreters
by Robert Nystrom. It is:
- Small in size and complexity (just a bit more than Lua though)
- Statically typed
- Unambiguous
- Without nonsensical coercion
- JIT compiled with MIR
- FFI