diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2016-10-28 11:47:03 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2016-10-28 11:47:03 -0700 |
commit | 358aa35d306571511a4a8027d7033ffe37e8812d (patch) | |
tree | d6d77067300fba55dcbc39aeae9f8554bd9de406 | |
parent | 9b88a8d7c7a2f9cadc9a677e53134c0e01d94077 (diff) | |
download | mu-358aa35d306571511a4a8027d7033ffe37e8812d.tar.gz |
3607
-rw-r--r-- | Readme.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Readme.md b/Readme.md index a14005e4..37b5821f 100644 --- a/Readme.md +++ b/Readme.md @@ -81,7 +81,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 -assembly language of the Mu VM is as powerful as C for low-level pointer +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 languages (providing strong type safety, general lexical scope, generic types, |