[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: What lua version would you recommend for programming orbit apps?
- From: steve donovan <steve.j.donovan@...>
- Date: Thu, 6 Mar 2014 11:00:45 +0200
On Thu, Mar 6, 2014 at 10:31 AM, Journeyer J. Joh
<oosaprogrammer@gmail.com> wrote:
> And it seems that module systems of 5.1 and 5.2 are different.
> How much do they(5.1 and 5.2 or 5.3?) different?
module() has been 'deprecated' in 5.2 - it will not be supported in 5.3.
Usually 5.2 is built in 5.1 compatibility mode, where module() still
exists (this is how LuaRocks works for 5.2)