Skip to content
#

continuation

Here are 48 public repositories matching this topic...

awto
awto commented Apr 13, 2020

Expressions like eval("var m = 10") should add variable` into its parent scope. This doesn't work now (if the variable isn't already defined in that scope), because the variables are accessed by index not by name.

To make this work each frame should also store reference of a global object, and each global variable access is converted to member access expression in that object. If some functi

rssh
rssh commented Apr 18, 2020

Even a nice example just showing its use to some remote APIs would be nice!

Originally posted by @aappddeevv in rssh/dotty-cps-async#6 (comment)

(Good start will be implements mechanics for standard Future, and later - integration project with well-known effects libraries [cats-effects/monix/zio], when they will become available for dotty)

Improve this page

Add a description, image, and links to the continuation topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the continuation topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.