Files
rose-ash/lib/kernel/eval.sx
giles 7e57e0b215
Some checks failed
Test, Build, and Deploy / test-build-deploy (push) Failing after 43s
kernel: Phase 2 evaluator — lookup-and-combine + 36 tests [shapes-reflective]
kernel-eval/kernel-combine dispatch on tagged values: operatives see
un-evaluated args + dynamic env; applicatives evaluate args then recurse.
No hardcoded special forms — $if/$quote tested as ordinary operatives
built on the fly. Pure-SX env representation
{:knl-tag :env :bindings DICT :parent P}, surfaced as a candidate
lib/guest/reflective/env.sx API since SX make-env is HTTP-mode only.
2026-05-10 20:50:42 +00:00

5.4 KiB