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
i'm new to scheme, but i think it's not possible to use constructs like call-with-input-file because it has a dynamic-wind inside of it that closes the file/port when a fiber suspends.
if i'm right, then please mention this in the docs. it would have saved me some time.
The text was updated successfully, but these errors were encountered:
i'm new to scheme, but i think it's not possible to use constructs like
call-with-input-file
because it has adynamic-wind
inside of it that closes the file/port when a fiber suspends.if i'm right, then please mention this in the docs. it would have saved me some time.
The text was updated successfully, but these errors were encountered: