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-18 14:20:20 -0700
committerKartik Agaram <vc@akkartik.com>2018-07-18 14:20:20 -0700
commitd4f2bdd40e65c84c1685346309b5d9f1663100d3 (patch)
tree8502cd7b38fa887b3966539c99527834ad245fed /subx/Readme.md
parent44ce3e4b7ae84f025ec1da17f088114f8bed5827 (diff)
downloadmu-d4f2bdd40e65c84c1685346309b5d9f1663100d3.tar.gz
4367
Diffstat (limited to 'subx/Readme.md')
-rw-r--r--subx/Readme.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/subx/Readme.md b/subx/Readme.md
index b1d9cfcb..5e58917e 100644
--- a/subx/Readme.md
+++ b/subx/Readme.md
@@ -12,6 +12,8 @@ and libc.)
    walk before I try to run, use the computer only to check my program for
    errors rather than to hide low-level details. This approach adds to the
    burden of the programmer, but may make the hard problems more tractable.
+   We can always add HLLs back once the foundations are redone, but it seems
+   valuable to not require a HLL to build the foundations.
 
 2. The software in our computers has grown incomprehensible. Nobody
    understands it all, not even experts. Even simple programs written by a