about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2017-12-09 03:31:16 -0800
committerKartik K. Agaram <vc@akkartik.com>2017-12-09 03:31:16 -0800
commit7847762229f065e07e8a9cc80a41e0ab2359c587 (patch)
tree31f7a315f0178ba637d696d311fa0fd9b1619c51
parentf7c8c3effe43f0f02a1696f37cc50d06599fe52d (diff)
downloadmu-7847762229f065e07e8a9cc80a41e0ab2359c587.tar.gz
4158
-rw-r--r--index.html4
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'>&ldquo;Coroutines in Mu&rdquo;</a>
+<li><a href='html/same-fringe.mu.html'>same-fringe.mu</a>: a solution to the
+  <a href='http://wiki.c2.com/?SameFringeProblem'>&lsquo;same fringe&rsquo;</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