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.
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.