How to invoke Rebol interpreter from the "Android Terminal Emulator"?
android, interpreter, rebol
Solution
I cross-compiled r3 for android and seems ok.
Here is the binary and here the source.
Thanks @HostileFork for help and sources.
Problem
I need to invoke the Rebol language interpreter from the Android Terminal Emulator as a command that runs a script file (e.g. `rebol script-name.reb`). So I'm not looking for an .APK app that launches only into the Rebol REPL, like that in https://github.com/angerangel/r3bazaar. I'd like to be able to run it as a shell command.