lua-users home
lua-l archive

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


> Ultimately I personally believe that the shared library form of Lua is
> worthwhile for the bugfix potential.

That does not colide with the use of static linking for the standalone
interpreter. Whenever we install new Lua libraries in a system we
also install the standalone interpreter, so it always uses the latest
libraries without the need for shared libraries.

-- Roberto