Hot code reloading hasn't worked for me so far. Has anyone managed to get it to work?
The [instructions](https://nim-lang.github.io/Nim/hcr) to set it up in code are easy enough, but one thing it doesn't mention is that the `nimhcr` and `nimrtl` libraries are not currently prebuilt in nim. I tried building them [according to this](https://nim-lang.org/docs/nimc.html#dll-generation) and copied both DLLs into nim's bin folder (so they are on the path) but right now it just crashes. I'm on windows 10 and tried with nim 1.0.4 and 1.0.6.
