Skip to content

Commit 3725871

Browse files
committed
whats-next:updates
1 parent 272b273 commit 3725871

File tree

1 file changed

+37
-11
lines changed

1 file changed

+37
-11
lines changed

.experiments/whats-next.md

Lines changed: 37 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,36 @@
11
# What's next
22

33

4+
## Plan
5+
```
6+
┌──────────────────────────┐
7+
│ dev-integrity │
8+
└──────────────────────────┘
9+
10+
11+
│ Complete integrity
12+
13+
14+
┌─────────────▼────────────┐
15+
│ dev │ Deprecate dev-integrity
16+
└──────────────────────────┘ and merge the results into the dev branch
17+
18+
19+
┌─────────────┴──────────────────────┐
20+
│ │
21+
▼ │
22+
┌──────────────────────────┐ ┌─────────────▼────────────┐
23+
│ dev-modules │ │ dev-inlining │
24+
└──────────────────────────┘ └──────────────────────────┘
25+
26+
27+
28+
┌──────────────────────────┐
29+
│ dev-syntactic-variants │
30+
└──────────────────────────┘
31+
```
432

5-
6-
## Infra
7-
8-
9-
[ ] Implement spawn as the top level primitive that does all
10-
the pattern matching and then calls into local_spawn when needed.
11-
12-
[ ] Look into making HAMT faster
13-
14-
[ ] Inline one-time declared joins (maybe? | this needs profiling)
1533

16-
1734
## Integrity
1835

1936
- [ ] Integrity of blocking and mailboxes
@@ -74,6 +91,15 @@
7491
not be okay; we can talk about implementing context-depending parsing as part
7592
of the frontend
7693

94+
## Infra
95+
96+
97+
[ ] Implement spawn as the top level primitive that does all
98+
the pattern matching and then calls into local_spawn when needed.
99+
100+
[ ] Look into making HAMT faster
101+
102+
[ ] Inline one-time declared joins (maybe? | this needs profiling)
77103

78104
### Other improvements
79105

0 commit comments

Comments
 (0)