code wiki / (root) / nx_fin_reality_check.nx

nx_fin_reality_check.nx

buildroot/runtime/nx_fin_reality_check.nx

7540 B81 linesdepth 2pulls 2 transitivereach 0 importersview sourcekind tooltopic fin
docsdependenciesstructsconstsfunctions

about

nx_fin_reality_check.nx -- BRUTALLY HONEST competitive standing. The 720/760-permille census measured a NARROW bar (the feature set of quant BACKTESTING LIBRARIES). This organ measures us against the REAL named giants the operator asked about -- Bloomberg Terminal, QuantConnect/LEAN, Backtrader, freqtrade, Rocket Money -- across the dimensions that ACTUALLY decide real-world standing (data breadth, real-time, live execution, scale/users, community, category coverage), plus our genuine NICHE edges. Verdict per dimension: BEHIND / PARITY / AHEAD / NA. LIAR-KILL: AHEAD only for a MEASURABLE, DEFENSIBLE, real advantage -- NEVER product-superiority we do not have. The honest permille here is DELIBERATELY far below 760 -- it answers "how do we REALLY stack up against giants". license_tier: ORIGINAL expect_exit: 0

dependencies 1 imports · 0 importers

nx_syscalls.nx nx_fin_reality_check.nx

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

main sys_mmap rc_puts sys_write rc_row rc_puts ↻ rc_n sys_write ↻ sys_mmap ↻

structs

none

consts

11const V_BEHIND: i64 = 0
12const V_PARITY: i64 = 1
13const V_AHEAD: i64 = 2
14const V_NA: i64 = 3

functions

16func 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 }
called by 2: rc_rowmain calls 1: sys_write
17func rc_n(v: i64) -> i64
called by 1: main calls 2: sys_writesys_mmap
27func rc_row(dim: *u8, best: *u8, verdict: i64, note: *u8, c: *i64) -> i64
called by 1: main calls 1: rc_puts
36func main() -> i64