code wiki / (root) / nx_lang_sota_census.nx

nx_lang_sota_census.nx

buildroot/runtime/nx_lang_sota_census.nx

5997 B75 linesdepth 3pulls 3 transitivereach 0 importersview sourcekind tooltopic lang
docsdependenciesstructsconstsfunctions

about

nx_lang_sota_census.nx -- HONEST, prove-not-assert census of NishiLang against the SOTA-language bug-class taxonomy (mined from CWE / the C weakness registry). For each class it states NishiLang's ACTUAL status and, where behavior is the question, RUNS a real probe rather than asserting. Verdicts: IMMUNE -- eliminated BY CONSTRUCTION (design makes the bug unexpressible) WRAP-DEFINED-- happens but is WELL-DEFINED (not UB), just not diagnosed C-CLASS GAP -- present + undiagnosed, same as C (the roadmap to true "memory-safety > Rust") Honest posture (feedback-verified-honest-ops + feedback-benchmarks-must-exist-separate): NishiLang is genuinely SOTA on SOVEREIGNTY / DETERMINISM / NO-GC / INJECTION-IMMUNITY (+ now threads & fixed-arrays), but C-CLASS on spatial memory safety -- the SUPERIORITY_BAR's "memory-safety > Rust" is ASPIRATIONAL, not yet met.

dependencies 1 imports · 0 importers

nx_fmt.nx nx_lang_sota_census.nx

imports: nx_fmt.nx

imported by: nobody (leaf or entry point)

call flow from main pre-order; caps 40 nodes / depth 6 declared; ↻ = already shown

main fmt_puts fmt_puts_fd sys_write row fmt_puts ↻

structs

none

consts

11const K_MAGIC_9223372036854775807: i64 = 9223372036854775807

functions

13func row(cwe: *u8, name: *u8, verdict: *u8, note: *u8) -> i64
called by 1: main calls 1: fmt_puts
19func main() -> i64
calls 2: fmt_putsrow