lua-users home
lua-l archive

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


> Will Lua 5.1 be backward compatible with Lua 5.0?

If "compatible" means "binary compatible", and assuming a reasonable
meaning for "binary compatible", then no, it won't. (For instance,
some functions will become macros.)

-- Roberto