gopher-lua
gopher-lua copied to clipboard
Allow alternative streams for stdin,stdout,stderr (fixes #349)
Fixes #349.
stdin, stdout and stderr can be overwritten with custom readers/writers.
As a consequence, the host program's streams are not polluted by the LUA VM's output. LUA input/output can be redirected to/from any stream.