about summary refs log tree commit diff stats
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/index.html b/index.html
index 029f717c..1d6920a7 100644
--- a/index.html
+++ b/index.html
@@ -50,6 +50,11 @@ coexist.
 2 people to play chess, with thorough tests of its behavior including both
 screen and keyboard handling.
 <li><a href='html/nqueens.mu.html'>nqueens.mu</a>: a solution to the <a href='http://rosettacode.org/wiki/N-queens_problem'>N queens problem</a>.
+<li>Example programs using delimited continuations:
+  <a href='html/continuation1.mu.html'>1</a>,
+  <a href='html/continuation2.mu.html'>2</a>,
+  <a href='html/continuation3.mu.html'>3</a>,
+  <a href='html/continuation4.mu.html'>4</a>.
 </ul>
 
 Now a listing of every layer in Mu. Recall that you can <a href='http://akkartik.name/post/wart-layers'>stop