Hacker News new | ask | show | jobs
by julvo 1892 days ago
Hey author of reloading here - cool to see this mentioned. Would love to know how reloading could be more usable for you.

Since the post on HN in 2019, reloading can also be used as a decorator to load functions from source before execution. For some use cases that may work better than the reloading loop.

1 comments

I still use the version from 2019, and I usually do not have much code in tight loops, but rather need to reload different parts of a much bigger application so I tend to decorate the wrong parts of the code. I have no complaints about Reloading, just admiration using the AST module like that was genious.