about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2018-11-27 14:24:55 -0800
committerKartik Agaram <vc@akkartik.com>2018-11-27 14:24:55 -0800
commitf3e55e7e25fc7bde519cbd1a069e5603134b67df (patch)
tree4378c089499e9078f36701adf3d92970a734352d
parentf1aed94cc88c0cdeb60f1e799492663566a0cd0b (diff)
downloadmu-f3e55e7e25fc7bde519cbd1a069e5603134b67df.tar.gz
4790
-rw-r--r--Readme.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/Readme.md b/Readme.md
index 27c4e5f1..1e88fb19 100644
--- a/Readme.md
+++ b/Readme.md
@@ -86,9 +86,9 @@ of features usually associated with higher-level languages: strong
 type-safety, function overloading, lexical scope, generic functions,
 higher-order functions, and [delimited continuations](http://akkartik.name/coroutines-in-mu).
 
-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
-teach programming 1-on-1 with the motto, "teach testing before syntax."
+Mu is currently interpreted and too slow for graphics or sound. Kartik is
+working on a way to compile it to native code. Recent activity is all in the
+[`subx/`](https://github.com/akkartik/mu/tree/master/subx) directory.
 
 *Taking Mu for a spin*