lua-users home
lua-l archive

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


> I maintain SILE, which is quite a large, complex application written in
> Lua. Because it's an application, I can't control which versions of Lua
> its end-users will be using, so we have to support a range of
> environments.

Why does a complex application depend on the version of Lua that end-users have?

If you control the application, why not embed a fixed version of Lua?

Many applications do, for instance VLC.