Repurtum Research Lab
Research Notes
Drafts and implementation notes from Repurtum Research Lab.
These notes are working documents. They favor concrete mechanisms, small systems, and observable failure modes.
- Azul: a Lox interpreter that pairs with itself
25 Jun 2026
Building a programming language interpreter in Go that, when your code breaks, hands the error to an LLM agent and asks it to fix the source — then reruns. A study in feedback loops, interpreter design, and self-pairing programs.