5
How can I design my application so that whenever I modify and save a file . Rb the application will behave "the new way"?
I am making an application that reads the command, executes, prints the result and reads the next command (REPL, Read-Eval-Print-Loop). And I would like the sources to be reloaded whenever I modify them.
Kind of the way Rails and Unity(the graphical engine) do it when I change scripts.
Has anyone ever done something like this? How can I do something like this?