[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Lua 5.2 and continue
- From: Alexander Gladysh <agladysh@...>
- Date: Mon, 1 Feb 2010 10:26:54 +0300
> The manual clearly states that you should staticaly link lua to your
> application, that means you always have your own version of Lua in
> your application.
Unless I'm missing something you can *not* statically link Lua to your
application if you want to use any dynamically linked C modules.
> I always put lua code inside my project and compile it with the
> application, so any local change should work. If the official code
> states how to enable the code for continue, I can add continue to my
> Lua and nobody else get hurt.
You'd get not Lua, but your own dialect of a language.
Alexander.