diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2016-10-28 10:30:54 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2016-10-28 10:30:54 -0700 |
commit | 9b88a8d7c7a2f9cadc9a677e53134c0e01d94077 (patch) | |
tree | 5cc687ab0d8d9a34af9853c25eb5d47c283337a5 | |
parent | 51a5ec7e815f433de124bfeafbbf719b9cb67573 (diff) | |
download | mu-9b88a8d7c7a2f9cadc9a677e53134c0e01d94077.tar.gz |
3606
-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 |