-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
STDIN / ARGF support #44
Comments
Have written a small library which can handle STDIN like readline, https://github.com/Asmod4n/mruby-linenoise. It can kind of handle a file/pipe as input, but allocates as much ram as it gets input. |
@toch currently would need cygwin on windows, but am investigating to use the ms open tech fork of it https://github.com/MSOpenTech/redis/tree/3.0/deps/linenoise |
thanks keep us informed. I'm thinking of listing useful mruby gems that are multi-plateform and can be used for mruby-cli apps. |
Is it possible to support STDIN / ARGF in mruby-cli?
I'm very new to the project and mruby.
After watching and reading a couple presentations about mruby-cli, I feel Hadoop and Spark stream based data processing for map-reduce jobs would be another great application of mruby-cli. In order to support stream based map-reduce in Hadoop and Spark, mruby-cli will need STDIN and ARGF support.
The text was updated successfully, but these errors were encountered: