Skip to content

Commit 6d8aa48

Browse files
authored
Fix typo in implementation-status
1 parent a558f36 commit 6d8aa48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/implementation-status.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ Once we will have finalized the design of Hylo's concurrency model, we will be a
128128
We are leaning toward a [stackful coroutines](https://dl.acm.org/doi/10.1145/1462166.1462167), mostly to avoid monadic asynchronous programming (a.k.a. [polychromatic functions](https://journal.stuffwithstuff.com/2015/02/01/what-color-is-your-function/)), where asynchronous operations can only be called from asynchronous contexts.
129129
Nonetheless, discussions with experts have revealed that such a strategy may induce unfortunate runtime costs and that stackless coroutines may not necessarily force a monadic asynchronous style upon the language.
130130

131-
One solution might be to adopt a sackful model as a default strategy and surface stack information in the type system to let the compiler opt for stackless code generation whenever possible.
131+
One solution might be to adopt a stackful model as a default strategy and surface stack information in the type system to let the compiler opt for stackless code generation whenever possible.
132132

133133
We plan on having adopted and implemented a strategy by the end of Q3.
134134

0 commit comments

Comments
 (0)