diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2015-10-28 13:24:33 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2015-10-28 13:24:33 -0700 |
commit | ebf6889f504b3a14ba077c59f3c3c7814b155ff2 (patch) | |
tree | 6f49aff26984f811e1107ba8d6fd3a5841212a67 /index.html | |
parent | 1fa530589eee7b668d936e77c1c430f18907a481 (diff) | |
download | mu-ebf6889f504b3a14ba077c59f3c3c7814b155ff2.tar.gz |
2300 - remove callcc.mu from docs until it returns
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 2 |
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>, |