lua-users home
lua-l archive

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


2011/11/10 marbux <marbux@gmail.com>:

> I have no issue with that as far as stand-alone Lua is concerned. But
> when you've got Lua embedded in an app that has umpteen thousand
> users, incompatibilities between Lua versions can become an upgrade
> show-stopper.

If you've got Lua embedded in an app, that's Lua as far as your app
is concerned.  Your user does not need to install any 'official' Lua
himself.

The existence or nonexistence of a later Lua than the one you have
embedded is absolutely immaterial.  Upgrading your app to a later
version does not mean you have to upgrade the version of Lua you're
using.

Dirk