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