I recently started using hot reloading, and I how much it can improve the speed of development. It’s a bit funky with modules though, because of how lua works with requiring modules. I basically did the most simple solution possible that was clean enough, snatching the idea from the modules page. Here it is!
If you have a suggestion or feedback, feel free to put it on github or here!