diff options
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'/> |