Open nescribal opened 9 years ago
Is it possible to add the ability to write stdin in process creation?
Couldn't you use sys.io.Process? This allows you to write to stdin.
sys.io.Process
Is it possible to add the ability to write stdin in process creation?