Jurigged – Hot code reloading for Python
github.com
Jurigged – Hot code reloading for Python
1–10 of 33 posts
Re: Jurigged – Hot code reloading for Python
#2Re: Jurigged – Hot code reloading for Python
#3This looks impressive, and equally a recipe for utter confusion. I've always thought that it's a brilliant feature of Python that you can edit code while it's running and not affect the process; unlike, say, bash scripts.
Re: Jurigged – Hot code reloading for Python
#4Re: Jurigged – Hot code reloading for Python
#5This looks impressive, and equally a recipe for utter confusion. I've always thought that it's a brilliant feature of Python that you can edit code while it's running and not affect the process; unlike, say, bash scripts.
In a proper managed environment (whatever that may mean...), this could be useful as a means for continuous integration. Maybe not worth all the hassle, but maybe there's a usecase where this would be a beloved silver bullet.
Re: Jurigged – Hot code reloading for Python
#6Re: Jurigged – Hot code reloading for Python
#7Wait what? I thought Python was an interpreted language. Did I miss something?
importlib provide a reload method for this purpose: https://docs.python.org/3.8/library/importlib.html#importlib...
Re: Jurigged – Hot code reloading for Python
#8Is it pronounced "jew rigged?" I'd go with a different name, cause that's like the go-to neo nazi conspiracy theory, that jews rig everything.
Re: Jurigged – Hot code reloading for Python
#9Wait what? I thought Python was an interpreted language. Did I miss something?
(I mean, this is the default case without using something like this project, or other tricks).
Re: Jurigged – Hot code reloading for Python
#10Is it pronounced "jew rigged?" I'd go with a different name, cause that's like the go-to neo nazi conspiracy theory, that jews rig everything.