diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2017-11-05 02:43:37 -0800 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2017-11-05 02:43:37 -0800 |
commit | 7df951eab66c3ab492448b28a9c5e4d697814be8 (patch) | |
tree | d61d8924a5259fd7c97c57f241a8cc9ac4e71af6 /index.html | |
parent | 363652449ce690b856e48ab58320b102ddeaa190 (diff) | |
download | mu-7df951eab66c3ab492448b28a9c5e4d697814be8.tar.gz |
4111
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/index.html b/index.html index 1d6920a7..58e510d9 100644 --- a/index.html +++ b/index.html @@ -173,6 +173,9 @@ Mu provides safe concurrency by forbidding routines from sharing addresses; writing to a channel always performs a <a href='html/071deep_copy.cc.html'>deep copy</a> that preserves all internal aliasing. +<p/>Support for <a href='html/076continuation.cc.html'>delimited continuations</a> +that let one pause and resume sub-computations. + <p><b>Part III</b>: transforms to make Mu a little more expressive, and give it some of the benefits of a high-level language. |