lua-users home
lua-l archive

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


> You will get different behaviour across platforms, however.

I guess these differences in behaviour come from differences in the C
language implementations on different platforms, which then either
directly affect the interpreter or are exposed to Lua programs by the
interpreter. For the second case, does anybody have any tips for
avoiding or working around these differences, in order to ensure Lua
programs are as portable as possible?