From 3c70328b2510e92586dc755ac516998088fcc237 Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Tue, 15 Jun 2021 14:57:55 -0700 Subject: [PATCH] . --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) 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. + +screenshot of the Mu shell + +(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