diff options
author | Kartik Agaram <vc@akkartik.com> | 2018-11-27 14:24:55 -0800 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2018-11-27 14:24:55 -0800 |
commit | f3e55e7e25fc7bde519cbd1a069e5603134b67df (patch) | |
tree | 4378c089499e9078f36701adf3d92970a734352d | |
parent | f1aed94cc88c0cdeb60f1e799492663566a0cd0b (diff) | |
download | mu-f3e55e7e25fc7bde519cbd1a069e5603134b67df.tar.gz |
4790
-rw-r--r-- | Readme.md | 6 |
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* |