v0.0.1

Initial release of the Zirric programming language. Most basic expressions, functions, let-variables, and statements were implemented along with a bytecode compiler and virtual machine.

  • A New Beginning — Describes the basic idea behind Zirric and compares it to Lithia.
  • Going Virtual — The switch to a bytecode compiler and interpreter with massive performance improvements over Lithia’s tree-walking interpreter.

Tooling

Check out the full changelog for v0.0.1.