How to create a secure interpreter i.e sandboxed environment for any programming language?
I want to build a browser application to execute code entered by anyone and return output. For that I want to prevent him from infinity loops and system commands. Any idea how to do that. Thanks in advance.
Apr 23, 2019SSM