This commit is contained in:
Kartik Agaram 2021-06-15 14:57:55 -07:00
parent 0138b000a1
commit 3c70328b25
1 changed files with 7 additions and 0 deletions

View File

@ -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