[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [ANN] LuaBinaries
- From: Roberto Ierusalimschy <roberto@...>
- Date: Fri, 01 Apr 2005 15:48:50 -0300
> 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