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:43:37 -0800
committerKartik K. Agaram <vc@akkartik.com>2017-11-05 02:43:37 -0800
commit7df951eab66c3ab492448b28a9c5e4d697814be8 (patch)
treed61d8924a5259fd7c97c57f241a8cc9ac4e71af6 /index.html
parent363652449ce690b856e48ab58320b102ddeaa190 (diff)
downloadmu-7df951eab66c3ab492448b28a9c5e4d697814be8.tar.gz
4111
Diffstat (limited to 'index.html')
-rw-r--r--index.html3
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.
 
; 2016-03-09 02:56:27 -0800 committer Kartik K. Agaram <vc@akkartik.com> 2016-03-09 02:56:27 -0800 2743' href='/akkartik/mu/commit/html/tangle.mu.html?h=main&id=4690ce81e079fc58cae8d6d583e5e3eb3ed81a83'>4690ce81 ^
a654e4ec ^
4690ce81 ^
a654e4ec ^


c5ffb6e1 ^

a654e4ec ^





c5ffb6e1 ^

a654e4ec ^
e66851d8 ^
f5465e12 ^
c5ffb6e1 ^

f5465e12 ^
c5ffb6e1 ^


4690ce81 ^
f5465e12 ^
c603cd6c ^
f5465e12 ^
76755b28 ^
f5465e12 ^
76755b28 ^
c5ffb6e1 ^

76755b28 ^
c5ffb6e1 ^
f5465e12 ^

4690ce81 ^
c5ffb6e1 ^

76755b28 ^
c5ffb6e1 ^
f5465e12 ^
9570363a ^
c603cd6c ^
c5ffb6e1 ^

4690ce81 ^
f5465e12 ^

c5ffb6e1 ^




a654e4ec ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72