> How can I capture the content of a compile time variable at the end of the > entire compilation and turn it into a runtime variable.
I think this behavior will change soon [https://github.com/nim-lang/Nim/pull/6041](https://github.com/nim-lang/Nim/pull/6041) but as a workaround, every call to remote could store in a file the content of registeredProcs and then use slurp.
