Re: [ANN] LuaBinaries
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: [ANN] LuaBinaries
- From: Roberto Ierusalimschy <roberto@...>
- Date: 2005年4月01日 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