...
Lua can have N interpreters running independently on separate threads in a single process. Contrast this with python which has a global interpreter lock.
...
Lua can have N interpreters running independently on separate threads in a single process. Contrast this with python which has a global interpreter lock.