[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Let's not break existing scripts.
- From: Leo Razoumov <slonik.az@...>
- Date: Sat, 12 Nov 2011 14:24:08 -0500
On Thu, Nov 10, 2011 at 10:55, Stefan Reich
<stefan.reich.maker.of.eye@googlemail.com> wrote:
> I would like to put this very clearly: I am very much against the
> prospect of Lua 5.2 breaking ANY script written for 5.1.
>
Simple and painless solution for your existing scripts would be to
have both lua-5.1 and lua-5.2 installed on your system. Link
/usr/bin/lua to lua-5.1 and all your old scripts will work as before.
Lua installation is quite small and you will not fill up your
harddrive because of two Lua versions present:-)
--Leo--