[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: Thu, 26 Jul 2012 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