the language: NishiLang
every module in this tree is NishiLang, compiled by the sovereign nx_cc (no gcc, no llvm). The measured cross-language rankings, safety head-to-heads, and the SOTA plan live at /nishilang; this page is the tree-side instrument: the language lane's adoption axes, re-measured on every regeneration.
spatial-safety adoption (measured at every regen)
[N]T carries its length in the TYPE, so indexing is bounds-checked with zero annotations (lane r1; OOB refused at runtime, parity with Rust, ahead of C). []T carries {ptr,len}, extending the same guarantee to HEAP memory (lane r2). Coverage vs adoption are SEPARATE axes on purpose: 100 percent of modules are addressable; adoption is what this page counts.
DECLARED GATE: []T corpus migration is deliberately parked until the phi/mem2reg codegen rung lands -- migrating today would ship a measured 3.7x slowdown tree-wide (G9 header reloads). Expect the slice number to sit near zero until that rung; this page will show it move the regen it moves.
[N]T adopters (alphabetical, cap 24 declared)
_dxg_enum_probe.nx _eval_factor_authored.nx _eval_triangle_authored.nx _gpu_bm_boot_gate.nx _gpu_bm_copy_gate.nx _gpu_bm_doorbell_gate.nx _gpu_bm_qmd_gate.nx cidr.nx csv.nx nishi_export_lib.nx nx_ad_banner_daemon.nx nx_ad_banner_gated_daemon.nx nx_admin_login_flow.nx nx_align_chain_test.nx nx_anatomy.nx nx_arcade_render.nx nx_array_kat.nx nx_array_kat2.nx nx_array_ops_test.nx nx_atlas_graphrec_lib.nx nx_audio_resample_test.nx nx_autofix_auto.nx nx_autograd_mlp_gate.nx nx_aw_fetch.nx
[]T / __slice adopters (alphabetical, cap 24 declared)
nx_codewiki_gate.nx nx_codewiki_lib.nx nx_parse.nx nx_tier.nx nx_video_appv2_emit.nx
the scan rule (declared)
lexical and comment-INCLUSIVE: a module counts as [N]T if it contains ': [' followed by a digit, and as []T if it contains ': []' or '__slice('. A stray comment can inflate a count by one (this generator counts itself via its own emission strings); the rule is applied identically every regen, so the TREND is honest. The compiler family starts at nx_parse.nx.