| ▲ | andsoitis 3 hours ago | |||||||
> It's a runtime, not a lua interpreter/jit. Would you say the Lua interpreter is also a Lua runtime? | ||||||||
| ▲ | vrighter 3 hours ago | parent [-] | |||||||
the lua interpreter by itself is similar in scope to freestanding c. You can do anything, but you have to do everything. Lua doesn't come with much. Just some very basic file io (not even including listing files). Stuff that embeds lua is supposed to provide a runtime for lua programs to actually interact with. | ||||||||
| ||||||||