ok, being compiled or dynamic, it might be a bad idea to let users run arbitrary code on your machine.
Better define some procedures users can call. What kind of code the users will provide? (If your goale is to build something like a nim playground have a look how nim playground solves this issue. [https://github.com/PMunch/nim-playground](https://github.com/PMunch/nim-playground) )
