On Sat, Oct 07, 2017 at 01:41:17AM +0000, Dimitris Chloupis wrote:
> execution. Hence live coding, the Python VM replaces objects lively. Python
> can also compile any size of code including individual methods.
> That happens with one line of code importlib.reload(mymodule)

AFAIK in Python when you modify and reload source, existing instances are not
"reshaped" to the modified code. Not live enough. Of course with Python objects
it is easy to add per-instance inst-vars, but still this needs to be scripted
and doesn't come free with the programming environment.

Pierce

Reply via email to