lua-users home
lua-l archive

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


On Fri, Mar 9, 2012 at 7:31 AM, Dimiter 'malkia' Stanev
<malkia@gmail.com> wrote:
> But what happens when some function gets access to the literal and modifies
> it?

You would necessarily need the concept of 'readonly tables' here, as a
dynamic construct (to avoid 'const pollution', that is, having to put
static const modifiers on all arguments)

steve d.