Does hermes expose the capability to read standard input and write standard output? #1469
-
Does hermes expose the capability to read standard input and write standard output? If yes, where is that documentation and tests located? If no, are there any plans to implement reading standard input and writing standard output, and handling standard error? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 7 replies
-
Unfortunately an I/O library is currently out of scope for Hermes, and is technically orthogonal to our work. Such a library can be implemented, but it would likely be mostly engine-agnostic. |
Beta Was this translation helpful? Give feedback.
-
FWIW
|
Beta Was this translation helpful? Give feedback.
Unfortunately an I/O library is currently out of scope for Hermes, and is technically orthogonal to our work.
Such a library can be implemented, but it would likely be mostly engine-agnostic.