nx_money_reality_check.nx
buildroot/runtime/nx_money_reality_check.nx
about
nx_money_reality_check.nx -- BRUTALLY HONEST standing of the comprehensive money OS vs the REAL consumer-finance
players (Rocket Money, Mint/Empower, YNAB, Credit Karma, Upsolve, Benefits.gov). The 351-permille census is
VISION-COVERAGE (how much of the domain we mapped+built), NOT competitive standing. This measures the dimensions
that decide real-world value -- and leads with PRODUCT-READINESS (table stakes a real person needs), which is
near-zero: we have correct, differentiated ENGINES but NO usable product (no bank link, no transactions, no app,
no users). LIAR-KILL: AHEAD only for a measurable structural advantage. license_tier: ORIGINAL expect_exit: 0
dependencies 1 imports · 0 importers
imports: nx_syscalls.nx
imported by: nobody (leaf or entry point)
call flow from main pre-order; caps 40 nodes / depth 6 declared; ↻ = already shown
structs
| none |
consts
| 9 | const V_BEHIND: i64 = 0 |
| 10 | const V_PARITY: i64 = 1 |
| 11 | const V_AHEAD: i64 = 2 |
functions
| 13 | func rc_puts(s: *u8) -> i64 { var n: i64 = 0; while s[n] != (0 as u8) { n = n + 1 } sys_write(1, s, n); return 0 } |
| 14 | func rc_n(v: i64) -> i64 |
| 23 | func rc_row(dim: *u8, best: *u8, verdict: i64, ts: i64, note: *u8, c: *i64) -> i64 |
| 32 | func main() -> i64 |