logoalt Hacker News

andyferrisyesterday at 10:17 PM0 repliesview on HN

Revise can work on your server for hot reloading if you need it - you copy your new code files in place over the old ones.

Of course there are caveats - it won't update actively running code, but if your code it's structured reasonably and you are aware of Revise's API and the very basics of Julia's world age you can do it pretty easily IME.