lua-users home
lua-l archive

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


On Nov 30, 2012, at 9:09 AM, Erik Hougaard wrote:

> Later today Roberto will do a Q&A (Or perhaps a AMA) - So if you have burning questions for Roberto, this is your time to ask them, either on the list or directly to me. I will redirect your questions to Roberto.

Any thoughts on "don't repeat yourself" in name localization? Is this a non-problem? Is it just premature optimization? Or premature calls for a fix? :-)

local tostring=tostring, table_insert=table.insert, tconcat=table.concat
local lxp = import 'lxp'
local ml = import 'ml'
local pl_utils = import 'pl.utils'