about summary refs log tree commit diff stats
path: root/subx/Readme.md
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2018-07-20 15:50:39 -0700
committerKartik Agaram <vc@akkartik.com>2018-07-20 15:53:49 -0700
commitdd82456646695f61750e0e49626c49fd7af6aecb (patch)
treeae8fe549e9e4e94940e716d8ef03b7c6f490132a /subx/Readme.md
parent42d2d595b5ade7506f89f037365475864b3c906f (diff)
downloadmu-dd82456646695f61750e0e49626c49fd7af6aecb.tar.gz
4374 - starting to use the online help system
Diffstat (limited to 'subx/Readme.md')
-rw-r--r--subx/Readme.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/subx/Readme.md b/subx/Readme.md
index 77f338ad..854a3876 100644
--- a/subx/Readme.md
+++ b/subx/Readme.md
@@ -13,7 +13,9 @@ and libc.)
    check my program for errors rather than to hide low-level details. Force
    myself to think about security by living with raw machine code for a while.
    Reintroduce high level languages (HLLs) only after confidence is regained
-   in the foundations. Delegate only when I can verify with confidence.
+   in the foundations (and when the foundations are ergonomic enough to
+   support developing a compiler in them). Delegate only when I can verify
+   with confidence.
 
 2. The software in our computers has grown incomprehensible. Nobody
    understands it all, not even experts. Even simple programs written by a