about summary refs log tree commit diff stats
path: root/README.md
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2021-06-15 14:57:55 -0700
committerKartik Agaram <vc@akkartik.com>2021-06-15 14:57:55 -0700
commit3c70328b2510e92586dc755ac516998088fcc237 (patch)
tree35c0d95b7fbfdc47844f4a91fae3bbf366d34109 /README.md
parent0138b000a1bfd29f85242d76384a3b3258e2ef26 (diff)
downloadmu-3c70328b2510e92586dc755ac516998088fcc237.tar.gz
.
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md
index 82eda010..dc748ae1 100644
--- a/README.md
+++ b/README.md
@@ -114,6 +114,13 @@ Mu programs can be written for two very different environments:
   Individual programs typically run tests if given a command-line argument
   called `test`.
 
+The largest program built in Mu today is its prototyping environment for
+writing slow, interpreted programs in a Lisp-based high-level language.
+
+<img alt='screenshot of the Mu shell' widht='600px' src='html/20210531-mu-shell.png'>
+
+(For more details, see [the `shell/` directory.](https://github.com/akkartik/mu/tree/main/shell#readme))
+
 While I currently focus on programs without an OS, the `linux/` sub-directory
 is fairly ergonomic. There's a couple of dozen example programs to try out
 there. It is likely to be the option for a network stack in the foreseeable