[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Portability of Lua
- From: Paul Baker <paulbaker8@...>
- Date: Thu, 2 May 2013 21:11:19 +1200
> 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?