With tiers 6a-6c done, the interpreter punt surface is down to the frozen curated set: defmacro, set!, letfn (needs letrec IR), eval, the host-interop heads (./new/Foo./.method), and the JVM-compat stubs (gen-class, monitor-enter/exit). must-punt now enumerates it exhaustively — growing the list is a regression (lost compiler coverage); shrinking it is progress. This is the Stage 2 definition of done for the special-names tail. |
||
|---|---|---|
| .. | ||
| bench | ||
| clojure-stdlib/clojure | ||
| integration | ||
| spec | ||
| support | ||
| unit | ||