mu/index.html

49 lines
1.7 KiB
HTML
Raw Normal View History

2015-05-06 07:37:33 +00:00
<title>Mu</title>
With apologies to <a href='http://en.wikipedia.org/wiki/Mu_%28negative%29#In_popular_culture'>Robert Pirsig</a>:
2015-05-06 07:36:32 +00:00
<p>
<div style='font-style: italic; margin-left:2em'>
Is it a language, or an operating system, or a virtual machine?
2015-05-06 07:36:32 +00:00
<p>
Mu.
</div>
2015-05-06 07:36:32 +00:00
2019-07-27 23:01:55 +00:00
<b><a href='http://akkartik.name/about'>Problem statement.</a></b>
2015-05-26 08:40:49 +00:00
2019-07-27 23:01:55 +00:00
<b><a href='http://github.com/akkartik/mu'>Solution.</a></b>
2015-09-07 17:37:27 +00:00
2019-07-27 23:01:55 +00:00
<p>For an earlier prototype, a high-level statement-oriented language with a
tree-walking interpreter, see <a href='http://akkartik.github.io/mu1'>mu1</a>.
2015-05-26 08:53:24 +00:00
<hr>
2015-05-26 08:40:49 +00:00
<p>
2017-10-26 23:58:55 +00:00
The zen of Mu:
2015-05-26 08:40:49 +00:00
<ul>
2015-05-26 08:56:01 +00:00
<li>traces, not interfaces
<li>be rewrite-friendly, not backwards-compatible
<li>be easy to port rather than portable
<li>global structure matters more than local hygiene
2015-05-26 08:40:49 +00:00
</ul>
2015-05-26 08:53:24 +00:00
<p>
Mu's vision of utopia:
<ul>
<li>Run your devices in 1/1000th the code.
<li>1000x more forks for open source projects.
<li>Make simple changes to any project in an afternoon, no matter how large it is.
<li>Projects don't slow down with age, they continue to evolve just as fast as
when they were first started.
<li>All software rewards curiosity, allowing anyone to query its design
decisions, gradually learn how to tweak it, try out increasingly radical
redesign ideas in a sandbox. People learn programming as an imperceptible side
effect of tinkering with the projects they care about.
2016-09-19 22:36:47 +00:00
<li><a href='http://akkartik.name/post/habitability'>Habitable</a> digital environments.
<li>A <em>literate</em> digital society with widespread skills for
comprehending large-scale software structure and comparing-and-contrasting
similar solutions. (I don't think anybody is literate by this definition
today. All we can do easily is read our own programs that we wrote recently.)
</ul>
2015-05-26 08:53:24 +00:00
<p style='margin-bottom: 2em'/>