about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-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