Skip to content
This repository has been archived by the owner on Feb 1, 2025. It is now read-only.

Compile to pure function #660

Open
dtornow opened this issue Mar 29, 2023 · 0 comments
Open

Compile to pure function #660

dtornow opened this issue Mar 29, 2023 · 0 comments

Comments

@dtornow
Copy link

dtornow commented Mar 29, 2023

Hello,

I have a question: Is regenerator a good starting point to compile a coroutine into a pure function akin to

next : (State x Value) -> (State x Value)

Here, State would be JSON serializable.

That way, we'd have serializable continuations.

Is that possible or does that amount to a complete rewrite?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant