diff options
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>, |