about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2016-03-07 20:53:25 -0800
committerKartik K. Agaram <vc@akkartik.com>2016-03-07 20:53:25 -0800
commitce4bfd279cf68d464b928cf6835c113c3c757d8c (patch)
treec6fa86fbb10533da3279c25e1a1896502f487a88
parentd38699324eed9ee91a8b7baca93aba961067a46e (diff)
downloadmu-ce4bfd279cf68d464b928cf6835c113c3c757d8c.tar.gz
2733
-rw-r--r--Readme.md2
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