diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2021-03-13 09:02:36 -0800 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2021-03-13 09:02:36 -0800 |
commit | ffa80ee21bb5035a771ec0e0904cfdf49301a875 (patch) | |
tree | 45c4ed4262beb3a4b291032f6378334e37c10074 | |
parent | 738f8ec1e63a984886224cea01848257b45f5201 (diff) | |
download | mu-ffa80ee21bb5035a771ec0e0904cfdf49301a875.tar.gz |
.
-rw-r--r-- | README.md | 4 |
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 |