nx_fin_reality_check.nx
buildroot/runtime/nx_fin_reality_check.nx
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
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
| 11 | const V_BEHIND: i64 = 0 |
| 12 | const V_PARITY: i64 = 1 |
| 13 | const V_AHEAD: i64 = 2 |
| 14 | const V_NA: i64 = 3 |
functions
| 16 | 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 } |
| 17 | func rc_n(v: i64) -> i64 |
| 27 | func rc_row(dim: *u8, best: *u8, verdict: i64, note: *u8, c: *i64) -> i64 |
| 36 | func main() -> i64 |