You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adding static continuations with shift/reset to Ark allows me to implement exceptions, generators, coroutines etc.
For JavaScript-based implementations, there's a limitation: continuations are one-shot. The immutagen library hacks around this: https://github.com/pelotom/immutagen with a quadratic performance penalty.
The text was updated successfully, but these errors were encountered:
Adding static continuations with shift/reset to Ark allows me to implement exceptions, generators, coroutines etc.
For JavaScript-based implementations, there's a limitation: continuations are one-shot. The immutagen library hacks around this: https://github.com/pelotom/immutagen with a quadratic performance penalty.
The text was updated successfully, but these errors were encountered: