lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


> Does this mean that, for all VMs reporting a given _VERSION string I
> can query in a script, I should expect them to behave the same (but
> for the bugfixes)?

Yes.

> In particular, should I be able require the same "native" modules and
> expect them to work (as long as they dynamically link against the VM
> implementation of course)?

Yes.

> Can an implementation that conforms to the language syntax, but
> doesn't implement the full Lua C API still be considered as
> reference-manual-compliant? Is it "authorized" to report the same
> _VERSION as the PUC implementation?

Probably not, but we're not in the business of language standardisation (yet?).
There are no "authorized" or "deauthorized" versions of Lua.