diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2017-12-09 03:31:16 -0800 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2017-12-09 03:31:16 -0800 |
commit | 7847762229f065e07e8a9cc80a41e0ab2359c587 (patch) | |
tree | 31f7a315f0178ba637d696d311fa0fd9b1619c51 /index.html | |
parent | f7c8c3effe43f0f02a1696f37cc50d06599fe52d (diff) | |
download | mu-7847762229f065e07e8a9cc80a41e0ab2359c587.tar.gz |
4158
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/index.html b/index.html index faa64497..ff1fda9d 100644 --- a/index.html +++ b/index.html @@ -56,6 +56,10 @@ screen and keyboard handling. <a href='html/continuation3.mu.html'>3</a>, <a href='html/continuation4.mu.html'>4</a>, <a href='html/continuation5.mu.html'>5</a>. +<li>A code essay: <a href='http://akkartik.name/coroutines-in-mu'>“Coroutines in Mu”</a> +<li><a href='html/same-fringe.mu.html'>same-fringe.mu</a>: a solution to the + <a href='http://wiki.c2.com/?SameFringeProblem'>‘same fringe’</a> + problem, demonstrating Mu's coroutines and generic functions. </ul> Now a listing of every layer in Mu. Recall that you can <a href='http://akkartik.name/post/wart-layers'>stop |