diff options
author | Kartik Agaram <vc@akkartik.com> | 2020-12-26 13:09:16 -0800 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2020-12-26 13:09:16 -0800 |
commit | 2fcf7e24d14bad5c66071ba0c7c313e480987e50 (patch) | |
tree | 7017c9ab359e4a6556f560f834a4e7bbdf727f6d | |
parent | 47287fbf1af21207d8f847842fb32db9ee95e4c8 (diff) | |
download | mu-2fcf7e24d14bad5c66071ba0c7c313e480987e50.tar.gz |
7402
-rw-r--r-- | apps/README.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/README.md b/apps/README.md index d17c0be9..74b91c3a 100644 --- a/apps/README.md +++ b/apps/README.md @@ -1,6 +1,6 @@ Some apps written in SubX and Mu. Check out: -* `tile`: [A text-mode postfix calculator](https://mastodon.social/@akkartik/104896128141863951) +* `tile`: [An experimental live-updating postfix shell environment](https://mastodon.social/@akkartik/105108305362341204) that updates as you type. Prototype. Look at this to see what is currently possible, not how I recommend building software. @@ -9,7 +9,7 @@ Some apps written in SubX and Mu. Check out: * `browse`: [A text-mode browser for a tiny subset of Markdown](https://mastodon.social/@akkartik/104845344081779025). * `ex*`: small stand-alone examples that don't need any of the shared code at - the top-level. They each have a simple pedagogical goal. Try these first. + the top-level. They each have a simple pedagogical goal. Read these first. * `factorial*`: A simple program to compute factorials in 5 versions, showing all the different syntax sugars and what they expand to. @@ -25,4 +25,4 @@ All SubX apps include binaries. At any commit, an example's binary should be identical bit for bit with the result of translating the corresponding `.subx` file. The binary should also be natively runnable on a Linux system running on Intel x86 processors, either 32- or 64-bit. If either of these invariants is -broken, it's a bug. +violated, it's a bug. |