about summary refs log tree commit diff stats
path: root/Readme.md
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2017-12-30 20:55:54 -0800
committerKartik K. Agaram <vc@akkartik.com>2017-12-30 20:55:54 -0800
commita15ab5a77239e273f3bff65141fba21763d88243 (patch)
treebfa768fae649f5ba3bcaf3d0e581efc20e74c0fb /Readme.md
parentddf378d49e4c8aa71cdfa85e0c52c8df13966a0d (diff)
downloadmu-a15ab5a77239e273f3bff65141fba21763d88243.tar.gz
4170
Diffstat (limited to 'Readme.md')
-rw-r--r--Readme.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/Readme.md b/Readme.md
index b139eaec..e1ef1a4e 100644
--- a/Readme.md
+++ b/Readme.md
@@ -83,8 +83,8 @@ language (like Basic, or Assembly). The language is as powerful as C for
 low-level pointer operations and manual memory management, but much safer,
 paying some run-time overhead to validate pointers. It also provides a number
 of features usually associated with higher-level languages: strong
-type-safety, lexical scope, generic functions, higher-order functions,
-delimited continuations.
+type-safety, function overloading, lexical scope, generic functions,
+higher-order functions, and delimited continuations.
 
 Mu is currently interpreted and too slow for graphics or sound. We're
 actively investigating ways to speed it up. In the meantime, Kartik uses it to