lua-users home
lua-l archive

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


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. But in the case of this (proposed) change:
a) there is not so much code to fix (cases like the above are rare), and
b) the fix is local and trivial

--
Shmuel