[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Is Lua stable? (Was: Strange Operators (Was: Why I leave Lua (Was: Re: [ANN] Lua 5.3.0 (work3) now available)))
- From: steve donovan <steve.j.donovan@...>
- Date: Fri, 11 Jul 2014 09:31:14 +0200
On Fri, Jul 11, 2014 at 9:21 AM, Enrico Colombini <erix@erix.it> wrote:
> A narrow language bridge is also easier to adapt to structural or libraries
> changes on either side.
Precisely. And the parts that are API-dependent (like using _ENV or
setfenv) would not be scattered all over the code, but kept in a few
places.