Introduction

Buzz is a small/lightweight statically typed scripting language written in Zigopen in new window. It started as a toy language following the excellent book Crafting Interpretersopen in new window 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 MIRopen in new window
  • FFI
Last Updated:
Contributors: Benoit Giannangeli