about summary refs log tree commit diff stats
path: root/README.md
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2021-03-13 09:02:36 -0800
committerKartik K. Agaram <vc@akkartik.com>2021-03-13 09:02:36 -0800
commitffa80ee21bb5035a771ec0e0904cfdf49301a875 (patch)
tree45c4ed4262beb3a4b291032f6378334e37c10074 /README.md
parent738f8ec1e63a984886224cea01848257b45f5201 (diff)
downloadmu-ffa80ee21bb5035a771ec0e0904cfdf49301a875.tar.gz
.
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index ac66abe7..ee7130d4 100644
--- a/README.md
+++ b/README.md
@@ -73,8 +73,8 @@ which enables robust tests for performance, concurrency, fault-tolerance, etc.
 - Compatibility. The goal is to get off mainstream stacks, not to perpetuate
   them. Sometimes the right long-term solution is to [bump the major version number](http://akkartik.name/post/versioning).
 - Syntax. Mu code is meant to be comprehended by [running, not just reading](http://akkartik.name/post/comprehension).
-  For now it's a thin veneer over machine code. I'm working on memory safety
-  before expressive syntax.
+  For now it's a thin memory-safe veneer over machine code. I'm working on a
+  high-level "shell" for the Mu computer.
 
 ## Toolchain