runtimejs / runtime

[not maintained] Lightweight JavaScript library operating system for the cloud
http://runtimejs.org
Apache License 2.0
1.93k stars 128 forks source link

Get input from user + run commands #61

Closed facekapow closed 9 years ago

facekapow commented 9 years ago

I need a way of getting input from the user in my shell command (for a JS REPL), and it wouldn't hurt to run commands, too (when the eval fails). EDIT: I have created a pull request (#60) that adds this functionality. I need this to use it in runtime-shell.

iefserge commented 9 years ago

Nice! Looking into it! :+1: