lua-users home
lua-l archive

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


On Sun, Apr 4, 2010 at 8:13 AM, Shmuel Zeigerman <shmuz@013net.net> wrote:
> Henk Boom wrote:
>>
>> Just to show one use case, I use a module system where you start each
>> module with:
>>
>> require 'dokidoki.module'
>> [[  list, of, definitions, to, export  ]]
>
> Sure, with every syntax change, some existing code needs to be fixed.

Not entirely true - if the change only makes code compile that didn't
used to, nothing needs to be fixed.

-Duncan