diff options
-rw-r--r-- | Readme.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Readme.md b/Readme.md index d3874db0..a14005e4 100644 --- a/Readme.md +++ b/Readme.md @@ -80,7 +80,7 @@ In this quest, Mu is currently experimenting with the following mechanisms: You can see these mechanisms in action below in the context of a platform for teaching programming 1:1. It allows students to spin up a fake screen, -keyboard, file system and network neighborhood in tests. The Basic-like VM +keyboard, file system and network neighborhood in tests. The Basic-like assembly language of the Mu VM is as powerful as C for low-level pointer operations and manual memory management, but much safer, paying some run-time checking overhead to validate pointers. It is as powerful as high-level |