Current applications can only handle user input either from file or from argv.
If one wants to develop an app that takes interactive user input, such as a repr, there is no way.
Thanks for filing the issue! Definitely something we'll want to support, but isn't a current priority for our small team. I've marked this as Postponed for now so we don't forget to circle back in the future.
Review Mojo's priorities
What is your request?
similar to Python's
sys.stdin
: https://docs.python.org/3/library/sys.html#sys.stdinWhat is your motivation for this change?
Current applications can only handle user input either from file or from argv. If one wants to develop an app that takes interactive user input, such as a
repr
, there is no way.Any other details?
No response