Re: Praise of Lua from a game developer
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Praise of Lua from a game developer
- From: Pierre-Yves Gérardy <pygy79@...>
- Date: 2012年7月26日 22:21:52 +0200
On Thu, Jul 26, 2012 at 6:25 PM, steve donovan
<steve.j.donovan@gmail.com> wrote:
> The issue of incremental compilation is important and I suspect it is
> solvable, using an insight of Peter Cawley's: when you recompile a
> function, you recompile that function within an artificial chunk that
> mimmicks the original upvalues. Got some test code working a while
> back and then lost it.
Does that approach handle mutable upvalues?
-- py