Hacker News new | ask | show | jobs
by scythe 2210 days ago
To add to this, Lua has a thread-safe interpreter, which allows running multiple Lua threads in the same process. This contrasts with Python's GIL.