diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2016-03-07 20:53:25 -0800 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2016-03-07 20:53:25 -0800 |
commit | ce4bfd279cf68d464b928cf6835c113c3c757d8c (patch) | |
tree | c6fa86fbb10533da3279c25e1a1896502f487a88 | |
parent | d38699324eed9ee91a8b7baca93aba961067a46e (diff) | |
download | mu-ce4bfd279cf68d464b928cf6835c113c3c757d8c.tar.gz |
2733
-rw-r--r-- | Readme.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Readme.md b/Readme.md index d5138a45..a17eb2ba 100644 --- a/Readme.md +++ b/Readme.md @@ -184,7 +184,9 @@ details: http://akkartik.name/post/tracing-tests) High-level languages provide three things: a) Expressiveness (nested expressions, function calls, etc.) + b) Safety (type checking, warnings, etc.) + c) Automation (garbage collection, a scheduler for green threads, etc.) Mu ignores a) for a time, but there's no reason it can't provide b) and c), as |