Concise description of the lua vm?

Posted by anon on Stack Overflow See other posts from Stack Overflow or by anon
Published on 2010-05-04T22:36:36Z Indexed on 2010/05/04 22:38 UTC
Read the original article Hit count: 251

Filed under:

I've skimmed Programing in Lua, I've looked at the Lua Reference.

However, they both tells me this function does this, but not how.

When reading SICP, I got this feeling of: "ah, here's the computational model underlying scheme"; I'm trying to get the same sense concerning lua -- i.e. a concise description of it's vm, a "how" rather than a "what".

Does anyone know of a good document (besides the C source) describing this?

Thanks!

© Stack Overflow or respective owner

Related posts about lua