diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2015-05-26 01:37:44 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2015-05-26 01:37:44 -0700 |
commit | da4d0a507be7b090c65eb7721cba6937045b1cc0 (patch) | |
tree | 62751d7c40ee0dcb7439f65f75d42cea1bf0521e /index.html | |
parent | af571dd844d9067b029b9dab15c28b3f1cb77b7b (diff) | |
download | mu-da4d0a507be7b090c65eb7721cba6937045b1cc0.tar.gz |
1463
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/index.html b/index.html index a02ebadf..9a5b282e 100644 --- a/index.html +++ b/index.html @@ -137,10 +137,11 @@ writing from them to stall without taking up CPU resources. <br/><a href='html/063list.mu.html'>063list.mu</a> <br/><a href='html/064random.cc.html'>064random.cc</a> -<p><b>Part V</b>: Nascent tools for browsing mu codebases, for teaching programming -to non-programmers by getting them hooked on the value of tests. The eventual -goal is an environment that watches the programmers try out the code they -write, and turns the interactive sessions into reproducible test scenarios. +<p><b>Part V</b>: Nascent tools for browsing mu codebases, and for teaching +programming to non-programmers by getting them hooked on the value of tests. +The eventual goal is an environment that watches the programmers try out the +code they write, and turns the interactive sessions into reproducible test +scenarios. <p/><a href='html/070display.cc.html'>070display.cc</a>: primitives for using the keyboard and screen. |