Chris Angelico wrote: > CPython is a stack-based interpreter, which means it loads values onto > an (invisible) internal stack, processes values at the top of the > stack, and removes them when it's done. Is this similar to how Lua operates too?