lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


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.