nandi/frqpublic Fork 0
3975b4bc9fe9fd59fc0e81ca2bb7ffdba986934a
Commits
Clone
git clone https://git.rickub.com/nandi/frq.git
git clone ssh://git@rickub.com/nandi/frq.git

Host key fingerprint (ed25519): SHA256:iycHnxEyq0Q7uyVpB7JlznP0G7JrTPXLYRcAU5CSLhc — verify it before your first connect.

main_nim_app.dart · 8 lines · 285 BDart Blame HistoryRaw
Nim under the existing UI, not instead of it 56551a8 nandi yesterday1/// The real frq, with the Nim core as its transport.
2///
Delete the spike that owned the screens 1bb3f77 nandi yesterday3/// Every screen, every cell and every action exactly as they are; only the
4/// transport underneath them is Nim. `frq.main-nim` is `frq.main` with one
5/// line changed.
Quality pass: reuse, dead weight, and two real costs 4dfc719 nandi 23h ago6library;
7
Nim under the existing UI, not instead of it 56551a8 nandi yesterday8export "cljd-out/frq/main-nim.dart" show main;