|
|
|
|
|
by igouy
3193 days ago
|
|
> Lua is not compiled to machine code, but to an intermediate bytecode form. Correct. Now look at what Roberto Ierusalimschy means by "interpreted language": "… the distinguishing feature of interpreted languages is not that they are not compiled, but that any eventual compiler is part of the language runtime and that, therefore, it is possible (and easy) to execute code generated on the fly." Is that what you mean by "interpreted language" ? |
|