As i have read it in some ai, it means updating a running application. I assume it would not be to different from other compiled langs? As Nim compiles to C or C++ it would be similar to those?
I assume an app either reloads an updated DLL, or new users reload a new main application? Or are those files somehow locked when they have been loaded into memory? I am just guessing here; no experience on hot reloading...