- Notifications
You must be signed in to change notification settings - Fork471
How to run ReScript program using standard input (stdin)?#7352
Unanswered
lulunac27a asked this question inQ&A
-
I want to run ReScript program using standard input (stdin) without creating and saving ReScript file to computer. How can I do this? |
BetaWas this translation helpful?Give feedback.
All reactions
Replies: 1 comment 1 reply
-
I'm not quite sure if this is possible. There typically are a lot of files involved in ReScripts compilation, so you might need to use a temporary file. |
BetaWas this translation helpful?Give feedback.
All reactions
1 reply
-
For testing purposes. |
BetaWas this translation helpful?Give feedback.
All reactions
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment