snekbox icon indicating copy to clipboard operation
snekbox copied to clipboard

Add Support For Running Other Python Implementations

Open bindsdev opened this issue 2 years ago • 0 comments

Currently, the only Python implementation supported is the default CPython. Additional support should be added for executing Python code in other Python implementations like PyPy, RustPython, IronPython, etc. To support this, these implementations would simply have to be installed in the NSJail environment and alternate functions would have to be provided in the NsJail class for executing with alternate implementations.

bindsdev avatar Feb 06 '23 00:02 bindsdev