about summary refs log tree commit diff stats
path: root/index.html
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2017-11-05 02:24:20 -0800
committerKartik K. Agaram <vc@akkartik.com>2017-11-05 02:24:20 -0800
commit363652449ce690b856e48ab58320b102ddeaa190 (patch)
tree5eb4800bae3e0ba0da677e3a016047bb85650fbf /index.html
parentffc9e66b3505990009e47b461eb03d3eb1635258 (diff)
downloadmu-363652449ce690b856e48ab58320b102ddeaa190.tar.gz
4110 - add continuations to docs
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