Does Nim support self-modifying code? More specifically, I need the ability to compile code (e.g. a routine) at runtime and inject it into the running program, on the fly. The ability to remove code from memory, when it is no longer needed, would also be important. Thanks
---frool
Note, that question is closely related to my question about plugin support:
More crazy unrelated ideas: