Schemelike Metacircular Eval

Guide for implementing metacircular evaluators—interpreters that can interpret themselves. This skill should be used when building self-interpreting Scheme-like evaluators, debugging multi-level interpretation issues, or implementing language features like environments, closures, and special forms. Focuses on incremental development, continuous metacircular testing, and systematic debugging of nested interpretation failures.

tools-only 476be4f 3 files · 21.2 KB Updated 7 repo stars

File contents

tools-only/X-Skills/tree/main/development/003-name-skill_711147f0 commit 476be4f989

Frequently asked questions

npx skillmds add tools-only/schemelike-metacircular-eval