about summary refs log tree commit diff stats
path: root/index.html
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2015-10-28 13:24:33 -0700
committerKartik K. Agaram <vc@akkartik.com>2015-10-28 13:24:33 -0700
commitebf6889f504b3a14ba077c59f3c3c7814b155ff2 (patch)
tree6f49aff26984f811e1107ba8d6fd3a5841212a67 /index.html
parent1fa530589eee7b668d936e77c1c430f18907a481 (diff)
downloadmu-ebf6889f504b3a14ba077c59f3c3c7814b155ff2.tar.gz
2300 - remove callcc.mu from docs until it returns
Diffstat (limited to 'index.html')
-rw-r--r--index.html2
1 files changed, 0 insertions, 2 deletions
diff --git a/index.html b/index.html
index 46f5fdd7..d011ebde 100644
--- a/index.html
+++ b/index.html
@@ -30,8 +30,6 @@ syntax, using the special labels '{' and '}'.
 of factorial showing Mu's ability to 'tangle' code from multiple places into a
 single function or 'recipe'.
 <li><a href='html/counters.mu.html'>counters.mu</a>: lexical scope
-<li><a href='html/callcc.mu.html'>callcc.mu</a>: first-class continuations. Mu
-also supports first-class functions and delimited continuations.
 <li>simple examples showing off support for concurrency: <a href='html/fork.mu.html'>fork.mu</a>,
 <a href='html/channel.mu.html'>channel.mu</a>
 <li>simple examples showing off hardware control: <a href='html/display.mu.html'>display.mu</a>,