diff options
author | Kartik Agaram <vc@akkartik.com> | 2020-09-26 20:15:45 -0700 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2020-09-26 20:15:45 -0700 |
commit | 42349345f4fcab2ce4db4ed25ce96745d938f47b (patch) | |
tree | 8231ce7280c9f63a76f49a57696d733ff91798c9 | |
parent | b8682e73495856e3a0759e9fb1ff60448caffbb1 (diff) | |
download | mu-42349345f4fcab2ce4db4ed25ce96745d938f47b.tar.gz |
6866
-rw-r--r-- | apps/README.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/README.md b/apps/README.md index 0c26aa32..3cffc3fc 100644 --- a/apps/README.md +++ b/apps/README.md @@ -10,6 +10,9 @@ Some apps written in SubX and Mu. Check out: * `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. +* `factorial*`: A simple program to compute factorials in 5 versions, showing + all the different syntax sugars and what they expand to. + * Code unique to phases of our build toolchain: * Core SubX: `hex`, `survey`, `pack`, `dquotes`, `assort`, `tests` * Syntax sugar for SubX: `sigils`, `calls`, `braces` |