diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2015-05-26 01:40:49 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2015-05-26 01:40:49 -0700 |
commit | e877e1fcadeb0540926cb44394a95536efbcbbf3 (patch) | |
tree | 1781046867eebc9c4557f5ef1385a6005d00daf9 /index.html | |
parent | da4d0a507be7b090c65eb7721cba6937045b1cc0 (diff) | |
download | mu-e877e1fcadeb0540926cb44394a95536efbcbbf3.tar.gz |
1464
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/index.html b/index.html index 9a5b282e..d9e71141 100644 --- a/index.html +++ b/index.html @@ -8,6 +8,10 @@ Is it a language, or an operating system, or a virtual machine? Mu. </div> +Read these first: <a href='http://akkartik.name/about'>problem statement</a>, +<a href='http://github.com/akkartik/mu#readme'>readme and installation + instructions</a> (mu requires minimal dependencies). + <p> Mu's code is structured in an unconventional manner, requiring editors to be specially configured to colorize it in a sane manner. Here's how it currently @@ -163,4 +167,13 @@ scanning a high-level view and drilling down into selective details. address spaces, and the conventions that regulate their use in previous layers. +<p> +The zen of mu: +<ul> +<li>traces, not interfaces</li> +<li>be rewrite-friendly, not backwards-compatible</li> +<li>be easy to port rather than portable</li> +<li>global structure matters more than local hygiene</li> +</ul> + <p style='margin-bottom: 2em'/> |