This commit is contained in:
Kartik K. Agaram 2021-02-28 20:37:57 -08:00
parent 31a5c8f685
commit b8f5ef8df5
1 changed files with 2 additions and 0 deletions

View File

@ -199,6 +199,8 @@ If you're still reading, here are some more things to check out:
- The references on [Mu](mu.md) and [SubX](subx.md) syntax, and also [bare
SubX](subx_bare.md) without any syntax sugar.
- [Some 2-minute videos demonstrating Mu programs](https://archive.org/details/@kartik_agaram).
- [How to get your text editor set up for Mu and SubX programs.](editor.md)
- [Some tips for debugging SubX programs.](subx_debugging.md)