Does hermes expose the capability to read standard input and write standard output? #1469
Answered
by
tmikov
guest271314
asked this question in
Q&A
-
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.
Answered by
tmikov
Aug 4, 2024
Replies: 1 comment 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.
7 replies
Answer selected by
guest271314
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.