(no title)
maddalax | 1 year ago
> You could use air, but I find it still to be too slow to recompile the entire app.
At the moment I'm using fsnotify to watch file changes and restart the process immediately, so far it hasn't been too bad for live reloading. I'm hoping as long as precautions are taken to lazy load things on startup, then it would stay fairly quick.
hilti|1 year ago
Maybe you want to have a look at the code and get some inspiration.
https://github.com/taoeffect/dragonfly-newlisp