Cutlet uses Claude Code. The LLM emits every line. Source, build steps, and examples live on GitHub.
It runs on macOS and Linux and ships a REPL. It supports arrays, strings, double numbers, a vectorizing meta-operator, zip/filter indexing, prototypal inheritance, and a mark-and-sweep GC.
Development ran through an agentic pipeline: tests and example programs as integration checks, linters, ASan/UBSan builds, runtime dumps, pipeline tracers, and Docker with full agent permissions. Yes, full agent permissions.
Workflows favor agentic pipelines that frontload specs and expose tests, tracers, and runtime tools. LLMs run with broad runtime access.









