Current Scope and Deferred Surface

The current profile is intentionally smaller than full R7RS-small, and the hosted backends expose separate explicit boundaries: LIL at 85 of 205 primitive rows and LIT at 84.

Current guarantees

  • Implemented: deterministic numeric tower, lexical mutation, proper tail calls, multiple values, exceptions/guard, one-shot escape continuation, immutable aggregates plus mutable vectors, and the listed library.
  • Deferred: multi-shot continuations/re-entry, ports and general I/O, transcendentals, mutable pairs/strings/bytevectors, exact Unicode folding, and user macros.
  • LIL implements 85 of the 205 versioned primitive capability rows and rejects 120 loudly; LIT independently implements 84 and rejects 121. Backend admission does not widen the language profile.
  • Future work requires an explicit semantic decision and coordinated spec, implementation, tests, and evidence update.
  • The request-bound authority chain does not widen Rust 205/205, LIL 85/205, LIT 84/205, or the historical 59/144 all-family agreement boundary.

Scope ledger

AreaCurrentDeferred
Controlone-shot upward call/cc, dynamic-wind, handlers, guardmulti-shot continuation and dynamic re-entry
Numbersexact integers/rationals and finite real; exact integer exponent/sqrtcomplex and platform transcendentals
Mutationlexical cells and vectorsmutable pairs, strings, bytevectors
Effectscanonical output and explicit invocation boundariesports, files, network, time, randomness
Metaprogrammingbuilt-in hygienic derived-form normalizationuser macros and define-syntax
Backend coverageRust reference plus current LIL 85/205 and LIT 84/205 boundaries; the exact 144-case released joint receipt measures their prior shared 84-row boundaryunscoped whole-language parity, LIT source independence, or the remaining 120 LIL and 121 LIT unsupported rows
Public identity toolsNative/npm key-id, engine-id, source-id, and input-id derive the existing exact evidence and policy values through shared Rustkey/executable provenance, trust, input parsing or approval, authentication, evidence, freshness, replay control, or execution authority
Policy configurationshared-Rust canonical policy v1 creation/checking from reviewed Ed25519 SPKI, engine digests, and exact source bytes in Native/npmprivate-key handling, automatic enrollment, artifact-derived trust, policy correctness, authentication, evidence, gate authority, or browser tooling
Source identity derivationshared-Rust SHA-256("csk.v0.source" || 0x1f || exact source bytes) in Native/npmordinary SHA-256, normalization, source approval, policy generation, artifact trust, authentication, or evidence
Source authorizationselected-key allowlist over exact domain-separated source bytes in trust policy v1input/request approval, rule correctness, freshness, replay prevention, identity, or external-action authority
Portable input transportone 16 MiB canonical envelope/source/input bundle; raw fallback remainslanguage denominator, LIL/LIT rows, released receipt, freshness, replay prevention, or authority

Boundaries

  • Deferred features must not be inferred from another Scheme implementation.