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
It would be great to be able to capture the current continuation, or a delimited continuation, or possibly even serialize a continuation. This would make it possible to use PureScript for scripting Haskell in some really interesting ways, but serializable continuations might be tricky since FFI functions would need to be defunctionalized somehow, which might mean using something like static pointers.
The text was updated successfully, but these errors were encountered:
It would be great to be able to capture the current continuation, or a delimited continuation, or possibly even serialize a continuation. This would make it possible to use PureScript for scripting Haskell in some really interesting ways, but serializable continuations might be tricky since FFI functions would need to be defunctionalized somehow, which might mean using something like static pointers.
The text was updated successfully, but these errors were encountered: