From fa652e5276bf2821c783c4dfc2451adeadced69e Mon Sep 17 00:00:00 2001 From: heck Date: Sat, 7 Sep 2024 01:13:56 +0200 Subject: [PATCH] doc: add notes.md (stale) --- doc/notes.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 doc/notes.md diff --git a/doc/notes.md b/doc/notes.md new file mode 100644 index 0000000..6932fc7 --- /dev/null +++ b/doc/notes.md @@ -0,0 +1,17 @@ +# Heck Orca Notes + +* `G` and `X` are redundant +* Ideas: `H` + * `H` if banged -> dont halt. `h` banged -> do halt + * Halt whole area, like: `xyh` + * maybe extend that with even number of frames it will be halted like 'xyht' + +* "Output" operators should start and end with the mnemonic, so they can be banged from boh sides (think west) like `;13C;` +* is `t` unused? +* Make variables persistent a across frames (use results at the "end/bottom" the code in the next frame easily +* Continuous bangs not working, need interleave + + +#### Fork Name Candiates +* SpaceFish +* \ No newline at end of file