I have a C application. The C application needs a few script files containing mruby code. Is it possible to run this application using current mruby implementation without recompilation (after I make any change in mruby scripts) ? If yes how ?
But I did not find any such method adress here. If in a C application (where mruby is embedded) I have to recompile entire application, then what is the advantage of mruby ?
My idea of scripting languages is that if I change any thing in the mruby script file , no recompilation of the entire application will be required, and this will increase productivity.
I consider this as an advantage of using any script file in a native application.
Kindly help me understand this.