Soon, support for global references in the EDSL will be merged in with #46 (after it's been merged into that branch first...), and it would be great if we could then add the standard streams to the EDSL.
stdin needs to be written to when there's something on the stdin, and similarly, when stdout & stderr are written to, that write need to be handled by a handler that writes the value to the actual streams.
Soon, support for global references in the EDSL will be merged in with #46 (after it's been merged into that branch first...), and it would be great if we could then add the standard streams to the EDSL.
stdin
needs to be written to when there's something on the stdin, and similarly, whenstdout
&stderr
are written to, that write need to be handled by a handler that writes the value to the actual streams.